color codes Logo

#c477cd color codes

#C477CD
(196,119,205)
0 Favorites   0 Comments

Color spaces of #c477cd

RGB 196119205
HSL0.820.460.64
HSV294°42°80°
CMYK 0.040.420.00   0.20
XYZ40.381229.337261.2919
Yxy29.33720.30820.2239
Hunter Lab54.163838.2919-29.1780
CIE-Lab61.078143.6478-32.2437

#c477cd color RGB value is (196,119,205).

#c477cd hex color red value is 196, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c477cd hue: 0.82 , saturation: 0.46 and the lightness value of c477cd is 0.64.

The process color (four color CMYK) of #c477cd color code is 0.04, 0.42, 0.00, 0.20. Web safe color of #c477cd is #cc66cc. Color #c477cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 11001101
Octal 304 167 315
Decimal 196 119 205
Hex C4 77 CD

RGB Percentages of Color #c477cd

%37.69
%22.88
%39.42

CMYK Percentages of Color #c477cd

%4
%42
%0
%20

Triadic Colors of #c477cd

#c477cd #cdc477 #77cdc4

Analogous Colors of #c477cd

#c477cd #cd77ab #9977cd

Monochromatic Colors of #c477cd

#c477cd

Complementary Color

#c477cd #80cd77

#c477cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c477cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c477cd Color CSS Codes

.mybgcolor {background-color:#c477cd; } 
.myforecolor {color:#c477cd; }
.mybordercolor {border:3px solid #c477cd; }

#c477cd Text Font Color

<p style="color:#c477cd">Text here</p>

This sample text font color is #c477cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c477cd Background Color

<div style="background-color:#c477cd">
Div content here</div>

This div background color is #c477cd


#c477cd Border Color

<div style="border:3px solid #c477cd">
Div here</div>

This div border color is #c477cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,119,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c477cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c477cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c477cd;
  box-shadow:         1px 1px 3px 2px #c477cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,119,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c477cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c477cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c477cd;
  box-shadow:         1px 1px 3px 2px #c477cd;">
Div content here</div>

This div box has shadow with color #c477cd


Comments

No comments written yet.

Please login to write comment.