Color Hex Logo

#ca005b Color Hex

#CA005B
(202,0,91)
0 Favorites   0 Comments

Color spaces of #ca005b

RGB 202091
HSL0.921.000.40
HSV333°100°79°
CMYK 0.001.000.55   0.21
XYZ26.245413.311911.0837
Yxy13.31190.51830.2629
Hunter Lab36.485564.55237.5285
CIE-Lab43.229570.29348.7360

#ca005b color RGB value is (202,0,91).

#ca005b hex color red value is 202, green value is 0 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ca005b hue: 0.92 , saturation: 1.00 and the lightness value of ca005b is 0.40.

The process color (four color CMYK) of #ca005b color hex is 0.00, 1.00, 0.55, 0.21. Web safe color of #ca005b is #cc0066. Color #ca005b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 01011011
Octal 312 0 133
Decimal 202 0 91
Hex CA 0 5B

RGB Percentages of Color #ca005b

%68.94
%0.00
%31.06

CMYK Percentages of Color #ca005b

%0
%100
%55
%21

Triadic Colors of #ca005b

#ca005b #5bca00 #005bca

Analogous Colors of #ca005b

#ca005b #ca0a00 #ca00c0

Monochromatic Colors of #ca005b

#ca005b

Complementary Color

#ca005b #00ca6f

#ca005b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca005b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca005b Color CSS Codes

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

#ca005b Text Font Color

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

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


#ca005b Background Color

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

This div background color is #ca005b


#ca005b Border Color

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

This div border color is #ca005b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca005b


Comments

No comments written yet.

Please login to write comment.