Color Hex Logo

#c0069a Color Hex

#C0069A
(192,6,154)
0 Favorites   0 Comments

Color spaces of #c0069a

RGB 1926154
HSL0.870.940.39
HSV312°97°75°
CMYK 0.000.970.20   0.25
XYZ27.636113.669831.7538
Yxy13.66980.37830.1871
Hunter Lab36.972768.7218-25.0400
CIE-Lab43.755673.6778-29.6031

#c0069a color RGB value is (192,6,154).

#c0069a hex color red value is 192, green value is 6 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c0069a hue: 0.87 , saturation: 0.94 and the lightness value of c0069a is 0.39.

The process color (four color CMYK) of #c0069a color hex is 0.00, 0.97, 0.20, 0.25. Web safe color of #c0069a is #cc0099. Color #c0069a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 10011010
Octal 300 6 232
Decimal 192 6 154
Hex C0 6 9A

RGB Percentages of Color #c0069a

%54.55
%1.70
%43.75

CMYK Percentages of Color #c0069a

%0
%97
%20
%25

Triadic Colors of #c0069a

#c0069a #9ac006 #069ac0

Analogous Colors of #c0069a

#c0069a #c0063d #8906c0

Monochromatic Colors of #c0069a

#c0069a

Complementary Color

#c0069a #06c02c

#c0069a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0069a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0069a Color CSS Codes

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

#c0069a Text Font Color

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

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


#c0069a Background Color

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

This div background color is #c0069a


#c0069a Border Color

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

This div border color is #c0069a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0069a


Comments

No comments written yet.

Please login to write comment.