Color Hex Logo

#c00081 Color Hex

#C00081
(192,0,129)
0 Favorites   0 Comments

Color spaces of #c00081

RGB 1920129
HSL0.891.000.38
HSV320°100°75°
CMYK 0.001.000.33   0.25
XYZ25.700712.791421.8833
Yxy12.79140.42570.2119
Hunter Lab35.765165.6808-11.2418
CIE-Lab42.447271.3969-16.3803

#c00081 color RGB value is (192,0,129).

#c00081 hex color red value is 192, green value is 0 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c00081 hue: 0.89 , saturation: 1.00 and the lightness value of c00081 is 0.38.

The process color (four color CMYK) of #c00081 color hex is 0.00, 1.00, 0.33, 0.25. Web safe color of #c00081 is #cc0099. Color #c00081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000000 10000001
Octal 300 0 201
Decimal 192 0 129
Hex C0 0 81

RGB Percentages of Color #c00081

%59.81
%0.00
%40.19

CMYK Percentages of Color #c00081

%0
%100
%33
%25

Triadic Colors of #c00081

#c00081 #81c000 #0081c0

Analogous Colors of #c00081

#c00081 #c00021 #9f00c0

Monochromatic Colors of #c00081

#c00081

Complementary Color

#c00081 #00c03f

#c00081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00081 Color CSS Codes

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

#c00081 Text Font Color

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

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


#c00081 Background Color

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

This div background color is #c00081


#c00081 Border Color

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

This div border color is #c00081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00081


Comments

No comments written yet.

Please login to write comment.