Color Hex Logo

#ca087d Color Hex

#CA087D
(202,8,125)
0 Favorites   0 Comments

Color spaces of #ca087d

RGB 2028125
HSL0.900.920.41
HSV324°96°79°
CMYK 0.000.960.38   0.21
XYZ28.145614.210920.6616
Yxy14.21090.44660.2255
Hunter Lab37.697367.3013-6.1082
CIE-Lab44.533972.3464-10.5607

#ca087d color RGB value is (202,8,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001000 01111101
Octal 312 10 175
Decimal 202 8 125
Hex CA 8 7D

RGB Percentages of Color #ca087d

%60.30
%2.39
%37.31

CMYK Percentages of Color #ca087d

%0
%96
%38
%21

Triadic Colors of #ca087d

#ca087d #7dca08 #087dca

Analogous Colors of #ca087d

#ca087d #ca081c #b608ca

Monochromatic Colors of #ca087d

#ca087d

Complementary Color

#ca087d #08ca55

#ca087d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca087d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca087d Color CSS Codes

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

#ca087d Text Font Color

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

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


#ca087d Background Color

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

This div background color is #ca087d


#ca087d Border Color

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

This div border color is #ca087d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca087d


Comments

No comments written yet.

Please login to write comment.