Color Hex Logo

#ca135b Color Hex

#CA135B
(202,19,91)
0 Favorites   0 Comments

Color spaces of #ca135b

RGB 2021991
HSL0.930.830.43
HSV336°91°79°
CMYK 0.000.910.55   0.21
XYZ26.478313.777611.1613
Yxy13.77760.51500.2680
Hunter Lab37.118262.37638.1545
CIE-Lab43.912368.31069.6958

#ca135b color RGB value is (202,19,91).

#ca135b hex color red value is 202, green value is 19 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ca135b hue: 0.93 , saturation: 0.83 and the lightness value of ca135b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010011 01011011
Octal 312 23 133
Decimal 202 19 91
Hex CA 13 5B

RGB Percentages of Color #ca135b

%64.74
%6.09
%29.17

CMYK Percentages of Color #ca135b

%0
%91
%55
%21

Triadic Colors of #ca135b

#ca135b #5bca13 #135bca

Analogous Colors of #ca135b

#ca135b #ca2613 #ca13b7

Monochromatic Colors of #ca135b

#ca135b

Complementary Color

#ca135b #13ca82

#ca135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca135b Color CSS Codes

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

#ca135b Text Font Color

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

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


#ca135b Background Color

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

This div background color is #ca135b


#ca135b Border Color

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

This div border color is #ca135b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,19,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 #ca135b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca135b


Comments

No comments written yet.

Please login to write comment.