Color Hex Logo

#c077bf Color Hex

#C077BF
(192,119,191)
0 Favorites   0 Comments

Color spaces of #c077bf

RGB 192119191
HSL0.840.370.61
HSV301°38°75°
CMYK 0.000.380.01   0.25
XYZ37.739028.161752.7369
Yxy28.16170.31810.2374
Hunter Lab53.067634.0719-21.7732
CIE-Lab60.034539.7621-25.9717

#c077bf color RGB value is (192,119,191).

#c077bf hex color red value is 192, green value is 119 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c077bf hue: 0.84 , saturation: 0.37 and the lightness value of c077bf is 0.61.

The process color (four color CMYK) of #c077bf color hex is 0.00, 0.38, 0.01, 0.25. Web safe color of #c077bf is #cc66cc. Color #c077bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110111 10111111
Octal 300 167 277
Decimal 192 119 191
Hex C0 77 BF

RGB Percentages of Color #c077bf

%38.25
%23.71
%38.05

CMYK Percentages of Color #c077bf

%0
%38
%1
%25

Triadic Colors of #c077bf

#c077bf #bfc077 #77bfc0

Analogous Colors of #c077bf

#c077bf #c0779b #9d77c0

Monochromatic Colors of #c077bf

#c077bf

Complementary Color

#c077bf #77c078

#c077bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c077bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c077bf Color CSS Codes

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

#c077bf Text Font Color

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

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


#c077bf Background Color

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

This div background color is #c077bf


#c077bf Border Color

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

This div border color is #c077bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c077bf


Comments

No comments written yet.

Please login to write comment.