Color Hex Logo

#ca085e Color Hex

#CA085E
(202,8,94)
0 Favorites   0 Comments

Color spaces of #ca085e

RGB 202894
HSL0.930.920.41
HSV333°96°79°
CMYK 0.000.960.53   0.21
XYZ26.464313.538411.8080
Yxy13.53840.51080.2613
Hunter Lab36.794663.99476.7290
CIE-Lab43.563569.75627.3206

#ca085e color RGB value is (202,8,94).

#ca085e hex color red value is 202, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ca085e hue: 0.93 , saturation: 0.92 and the lightness value of ca085e is 0.41.

The process color (four color CMYK) of #ca085e color hex is 0.00, 0.96, 0.53, 0.21. Web safe color of #ca085e is #cc0066. Color #ca085e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001000 01011110
Octal 312 10 136
Decimal 202 8 94
Hex CA 8 5E

RGB Percentages of Color #ca085e

%66.45
%2.63
%30.92

CMYK Percentages of Color #ca085e

%0
%96
%53
%21

Triadic Colors of #ca085e

#ca085e #5eca08 #085eca

Analogous Colors of #ca085e

#ca085e #ca1308 #ca08bf

Monochromatic Colors of #ca085e

#ca085e

Complementary Color

#ca085e #08ca74

#ca085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca085e Color CSS Codes

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

#ca085e Text Font Color

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

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


#ca085e Background Color

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

This div background color is #ca085e


#ca085e Border Color

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

This div border color is #ca085e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,8,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca085e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca085e;
  -webkit-box-shadow: 1px 1px 3px 2px #ca085e;
  box-shadow:         1px 1px 3px 2px #ca085e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,8,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca085e


Comments

No comments written yet.

Please login to write comment.