Color Hex Logo

#c477ba Color Hex

#C477BA
(196,119,186)
0 Favorites   0 Comments

Color spaces of #c477ba

RGB 196119186
HSL0.850.390.62
HSV308°39°77°
CMYK 0.000.390.05   0.23
XYZ38.224728.474649.9359
Yxy28.47460.32770.2441
Hunter Lab53.361634.4827-18.1306
CIE-Lab60.315140.1226-22.6565

#c477ba color RGB value is (196,119,186).

#c477ba hex color red value is 196, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c477ba hue: 0.85 , saturation: 0.39 and the lightness value of c477ba is 0.62.

The process color (four color CMYK) of #c477ba color hex is 0.00, 0.39, 0.05, 0.23. Web safe color of #c477ba is #cc66cc. Color #c477ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 10111010
Octal 304 167 272
Decimal 196 119 186
Hex C4 77 BA

RGB Percentages of Color #c477ba

%39.12
%23.75
%37.13

CMYK Percentages of Color #c477ba

%0
%39
%5
%23

Triadic Colors of #c477ba

#c477ba #bac477 #77bac4

Analogous Colors of #c477ba

#c477ba #c47794 #a877c4

Monochromatic Colors of #c477ba

#c477ba

Complementary Color

#c477ba #77c481

#c477ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c477ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c477ba Color CSS Codes

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

#c477ba Text Font Color

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

This sample text font color is #c477ba
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.


#c477ba Background Color

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

This div background color is #c477ba


#c477ba Border Color

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

This div border color is #c477ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c477ba


Comments

No comments written yet.

Please login to write comment.