Color Hex Logo

#ca136f Color Hex

#CA136F
(202,19,111)
0 Favorites   0 Comments

Color spaces of #ca136f

RGB 20219111
HSL0.920.830.43
HSV330°91°79°
CMYK 0.000.910.45   0.21
XYZ27.459214.170016.3267
Yxy14.17000.47380.2445
Hunter Lab37.643164.33370.6346
CIE-Lab44.475869.8655-1.9848

#ca136f color RGB value is (202,19,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010011 01101111
Octal 312 23 157
Decimal 202 19 111
Hex CA 13 6F

RGB Percentages of Color #ca136f

%60.84
%5.72
%33.43

CMYK Percentages of Color #ca136f

%0
%91
%45
%21

Triadic Colors of #ca136f

#ca136f #6fca13 #136fca

Analogous Colors of #ca136f

#ca136f #ca1314 #ca13ca

Monochromatic Colors of #ca136f

#ca136f

Complementary Color

#ca136f #13ca6e

#ca136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca136f Color CSS Codes

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

#ca136f Text Font Color

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

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


#ca136f Background Color

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

This div background color is #ca136f


#ca136f Border Color

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

This div border color is #ca136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca136f


Comments

No comments written yet.

Please login to write comment.