Color Hex Logo

#c775cb Color Hex

#C775CB
(199,117,203)
0 Favorites   0 Comments

Color spaces of #c775cb

RGB 199117203
HSL0.830.450.63
HSV297°42°80°
CMYK 0.020.420.00   0.20
XYZ40.694029.176559.9867
Yxy29.17650.31340.2247
Hunter Lab54.015339.9515-28.0339
CIE-Lab60.937145.2236-31.3062

#c775cb color RGB value is (199,117,203).

#c775cb hex color red value is 199, green value is 117 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c775cb hue: 0.83 , saturation: 0.45 and the lightness value of c775cb is 0.63.

The process color (four color CMYK) of #c775cb color hex is 0.02, 0.42, 0.00, 0.20. Web safe color of #c775cb is #cc66cc. Color #c775cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110101 11001011
Octal 307 165 313
Decimal 199 117 203
Hex C7 75 CB

RGB Percentages of Color #c775cb

%38.34
%22.54
%39.11

CMYK Percentages of Color #c775cb

%2
%42
%0
%20

Triadic Colors of #c775cb

#c775cb #cbc775 #75cbc7

Analogous Colors of #c775cb

#c775cb #cb75a4 #9c75cb

Monochromatic Colors of #c775cb

#c775cb

Complementary Color

#c775cb #79cb75

#c775cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c775cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c775cb Color CSS Codes

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

#c775cb Text Font Color

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

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


#c775cb Background Color

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

This div background color is #c775cb


#c775cb Border Color

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

This div border color is #c775cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,117,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c775cb


Comments

No comments written yet.

Please login to write comment.