Color Hex Logo

#c081cc Color Hex

#C081CC
(192,129,204)
0 Favorites   0 Comments

Color spaces of #c081cc

RGB 192129204
HSL0.810.420.65
HSV290°37°80°
CMYK 0.060.370.00   0.20
XYZ40.487631.266661.0279
Yxy31.26660.30490.2355
Hunter Lab55.916531.3929-25.5681
CIE-Lab62.732036.8485-29.1546

#c081cc color RGB value is (192,129,204).

#c081cc hex color red value is 192, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c081cc hue: 0.81 , saturation: 0.42 and the lightness value of c081cc is 0.65.

The process color (four color CMYK) of #c081cc color hex is 0.06, 0.37, 0.00, 0.20. Web safe color of #c081cc is #cc99cc. Color #c081cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000001 11001100
Octal 300 201 314
Decimal 192 129 204
Hex C0 81 CC

RGB Percentages of Color #c081cc

%36.57
%24.57
%38.86

CMYK Percentages of Color #c081cc

%6
%37
%0
%20

Triadic Colors of #c081cc

#c081cc #ccc081 #81ccc0

Analogous Colors of #c081cc

#c081cc #cc81b3 #9b81cc

Monochromatic Colors of #c081cc

#c081cc

Complementary Color

#c081cc #8dcc81

#c081cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c081cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c081cc Color CSS Codes

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

#c081cc Text Font Color

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

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


#c081cc Background Color

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

This div background color is #c081cc


#c081cc Border Color

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

This div border color is #c081cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c081cc


Comments

No comments written yet.

Please login to write comment.