Color Hex Logo

#c277ce Color Hex

#C277CE
(194,119,206)
0 Favorites   0 Comments

Color spaces of #c277ce

RGB 194119206
HSL0.810.470.64
HSV292°42°81°
CMYK 0.060.420.00   0.19
XYZ39.985529.119261.9056
Yxy29.11920.30520.2223
Hunter Lab53.962237.8330-30.2441
CIE-Lab60.886743.2410-33.1231

#c277ce color RGB value is (194,119,206).

#c277ce hex color red value is 194, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c277ce hue: 0.81 , saturation: 0.47 and the lightness value of c277ce is 0.64.

The process color (four color CMYK) of #c277ce color hex is 0.06, 0.42, 0.00, 0.19. Web safe color of #c277ce is #cc66cc. Color #c277ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 11001110
Octal 302 167 316
Decimal 194 119 206
Hex C2 77 CE

RGB Percentages of Color #c277ce

%37.38
%22.93
%39.69

CMYK Percentages of Color #c277ce

%6
%42
%0
%19

Triadic Colors of #c277ce

#c277ce #cec277 #77cec2

Analogous Colors of #c277ce

#c277ce #ce77af #9777ce

Monochromatic Colors of #c277ce

#c277ce

Complementary Color

#c277ce #83ce77

#c277ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277ce Color CSS Codes

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

#c277ce Text Font Color

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

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


#c277ce Background Color

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

This div background color is #c277ce


#c277ce Border Color

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

This div border color is #c277ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277ce


Comments

No comments written yet.

Please login to write comment.