Color Hex Logo

#c377bb Color Hex

#C377BB
(195,119,187)
0 Favorites   0 Comments

Color spaces of #c377bb

RGB 195119187
HSL0.850.390.62
HSV306°39°76°
CMYK 0.000.390.04   0.24
XYZ38.072128.383650.4857
Yxy28.38360.32560.2427
Hunter Lab53.276334.3256-18.8911
CIE-Lab60.233739.9816-23.3608

#c377bb color RGB value is (195,119,187).

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

The process color (four color CMYK) of #c377bb color hex is 0.00, 0.39, 0.04, 0.24. Web safe color of #c377bb is #cc66cc. Color #c377bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 10111011
Octal 303 167 273
Decimal 195 119 187
Hex C3 77 BB

RGB Percentages of Color #c377bb

%38.92
%23.75
%37.33

CMYK Percentages of Color #c377bb

%0
%39
%4
%24

Triadic Colors of #c377bb

#c377bb #bbc377 #77bbc3

Analogous Colors of #c377bb

#c377bb #c37795 #a577c3

Monochromatic Colors of #c377bb

#c377bb

Complementary Color

#c377bb #77c37f

#c377bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c377bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c377bb Color CSS Codes

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

#c377bb Text Font Color

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

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


#c377bb Background Color

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

This div background color is #c377bb


#c377bb Border Color

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

This div border color is #c377bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c377bb


Comments

No comments written yet.

Please login to write comment.