Color Hex Logo

#ca0d5f Color Hex

#CA0D5F
(202,13,95)
0 Favorites   0 Comments

Color spaces of #ca0d5f

RGB 2021395
HSL0.930.880.42
HSV334°94°79°
CMYK 0.000.940.53   0.21
XYZ26.566613.670612.0650
Yxy13.67060.50790.2614
Hunter Lab36.973863.55276.5346
CIE-Lab43.756869.34346.9668

#ca0d5f color RGB value is (202,13,95).

#ca0d5f hex color red value is 202, green value is 13 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ca0d5f hue: 0.93 , saturation: 0.88 and the lightness value of ca0d5f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001101 01011111
Octal 312 15 137
Decimal 202 13 95
Hex CA D 5F

RGB Percentages of Color #ca0d5f

%65.16
%4.19
%30.65

CMYK Percentages of Color #ca0d5f

%0
%94
%53
%21

Triadic Colors of #ca0d5f

#ca0d5f #5fca0d #0d5fca

Analogous Colors of #ca0d5f

#ca0d5f #ca1a0d #ca0dbe

Monochromatic Colors of #ca0d5f

#ca0d5f

Complementary Color

#ca0d5f #0dca78

#ca0d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0d5f Color CSS Codes

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

#ca0d5f Text Font Color

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

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


#ca0d5f Background Color

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

This div background color is #ca0d5f


#ca0d5f Border Color

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

This div border color is #ca0d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0d5f


Comments

No comments written yet.

Please login to write comment.