Color Hex Logo

#c277cb Color Hex

#C277CB
(194,119,203)
0 Favorites   0 Comments

Color spaces of #c277cb

RGB 194119203
HSL0.820.450.63
HSV294°41°80°
CMYK 0.040.410.00   0.20
XYZ39.624528.974860.0042
Yxy28.97480.30810.2253
Hunter Lab53.828237.1995-28.4128
CIE-Lab60.759442.6588-31.6285

#c277cb color RGB value is (194,119,203).

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

The process color (four color CMYK) of #c277cb color hex is 0.04, 0.41, 0.00, 0.20. Web safe color of #c277cb is #cc66cc. Color #c277cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 11001011
Octal 302 167 313
Decimal 194 119 203
Hex C2 77 CB

RGB Percentages of Color #c277cb

%37.60
%23.06
%39.34

CMYK Percentages of Color #c277cb

%4
%41
%0
%20

Triadic Colors of #c277cb

#c277cb #cbc277 #77cbc2

Analogous Colors of #c277cb

#c277cb #cb77aa #9877cb

Monochromatic Colors of #c277cb

#c277cb

Complementary Color

#c277cb #80cb77

#c277cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277cb Color CSS Codes

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

#c277cb Text Font Color

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

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


#c277cb Background Color

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

This div background color is #c277cb


#c277cb Border Color

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

This div border color is #c277cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277cb


Comments

No comments written yet.

Please login to write comment.