Color Hex Logo

#c774bb Color Hex

#C774BB
(199,116,187)
0 Favorites   0 Comments

Color spaces of #c774bb

RGB 199116187
HSL0.860.430.62
HSV309°42°78°
CMYK 0.000.420.06   0.22
XYZ38.768228.220850.4175
Yxy28.22080.33020.2404
Hunter Lab53.123337.2997-19.0839
CIE-Lab60.087742.8438-23.5429

#c774bb color RGB value is (199,116,187).

#c774bb hex color red value is 199, green value is 116 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c774bb hue: 0.86 , saturation: 0.43 and the lightness value of c774bb is 0.62.

The process color (four color CMYK) of #c774bb color hex is 0.00, 0.42, 0.06, 0.22. Web safe color of #c774bb is #cc66cc. Color #c774bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 10111011
Octal 307 164 273
Decimal 199 116 187
Hex C7 74 BB

RGB Percentages of Color #c774bb

%39.64
%23.11
%37.25

CMYK Percentages of Color #c774bb

%0
%42
%6
%22

Triadic Colors of #c774bb

#c774bb #bbc774 #74bbc7

Analogous Colors of #c774bb

#c774bb #c77492 #aa74c7

Monochromatic Colors of #c774bb

#c774bb

Complementary Color

#c774bb #74c780

#c774bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c774bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c774bb Color CSS Codes

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

#c774bb Text Font Color

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

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


#c774bb Background Color

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

This div background color is #c774bb


#c774bb Border Color

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

This div border color is #c774bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,116,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 #c774bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c774bb


Comments

No comments written yet.

Please login to write comment.