Color Hex Logo

#ca137f Color Hex

#CA137F
(202,19,127)
0 Favorites   0 Comments

Color spaces of #ca137f

RGB 20219127
HSL0.900.830.43
HSV325°91°79°
CMYK 0.000.910.37   0.21
XYZ28.420814.554621.3901
Yxy14.55460.44160.2261
Hunter Lab38.150566.2130-6.5372
CIE-Lab45.018071.3423-11.0611

#ca137f color RGB value is (202,19,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010011 01111111
Octal 312 23 177
Decimal 202 19 127
Hex CA 13 7F

RGB Percentages of Color #ca137f

%58.05
%5.46
%36.49

CMYK Percentages of Color #ca137f

%0
%91
%37
%21

Triadic Colors of #ca137f

#ca137f #7fca13 #137fca

Analogous Colors of #ca137f

#ca137f #ca1324 #ba13ca

Monochromatic Colors of #ca137f

#ca137f

Complementary Color

#ca137f #13ca5e

#ca137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca137f Color CSS Codes

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

#ca137f Text Font Color

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

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


#ca137f Background Color

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

This div background color is #ca137f


#ca137f Border Color

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

This div border color is #ca137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca137f


Comments

No comments written yet.

Please login to write comment.