Color Hex Logo

#c02690 Color Hex

#C02690
(192,38,144)
0 Favorites   0 Comments

Color spaces of #c02690

RGB 19238144
HSL0.890.670.45
HSV319°80°75°
CMYK 0.000.800.25   0.25
XYZ27.465414.606327.7573
Yxy14.60630.39330.2092
Hunter Lab38.218261.3967-16.3087
CIE-Lab45.090267.2419-21.4866

#c02690 color RGB value is (192,38,144).

#c02690 hex color red value is 192, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c02690 hue: 0.89 , saturation: 0.67 and the lightness value of c02690 is 0.45.

The process color (four color CMYK) of #c02690 color hex is 0.00, 0.80, 0.25, 0.25. Web safe color of #c02690 is #cc3399. Color #c02690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100110 10010000
Octal 300 46 220
Decimal 192 38 144
Hex C0 26 90

RGB Percentages of Color #c02690

%51.34
%10.16
%38.50

CMYK Percentages of Color #c02690

%0
%80
%25
%25

Triadic Colors of #c02690

#c02690 #90c026 #2690c0

Analogous Colors of #c02690

#c02690 #c02643 #a326c0

Monochromatic Colors of #c02690

#c02690

Complementary Color

#c02690 #26c056

#c02690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02690 Color CSS Codes

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

#c02690 Text Font Color

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

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


#c02690 Background Color

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

This div background color is #c02690


#c02690 Border Color

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

This div border color is #c02690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02690


Comments

No comments written yet.

Please login to write comment.