Color Hex Logo

#ca148b Color Hex

#CA148B
(202,20,139)
0 Favorites   0 Comments

Color spaces of #ca148b

RGB 20220139
HSL0.890.820.44
HSV321°90°79°
CMYK 0.000.900.31   0.21
XYZ29.267514.920925.7636
Yxy14.92090.41840.2133
Hunter Lab38.627667.6483-12.5056
CIE-Lab45.525772.4420-17.6239

#ca148b color RGB value is (202,20,139).

#ca148b hex color red value is 202, green value is 20 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ca148b hue: 0.89 , saturation: 0.82 and the lightness value of ca148b is 0.44.

The process color (four color CMYK) of #ca148b color hex is 0.00, 0.90, 0.31, 0.21. Web safe color of #ca148b is #cc0099. Color #ca148b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010100 10001011
Octal 312 24 213
Decimal 202 20 139
Hex CA 14 8B

RGB Percentages of Color #ca148b

%55.96
%5.54
%38.50

CMYK Percentages of Color #ca148b

%0
%90
%31
%21

Triadic Colors of #ca148b

#ca148b #8bca14 #148bca

Analogous Colors of #ca148b

#ca148b #ca1430 #ae14ca

Monochromatic Colors of #ca148b

#ca148b

Complementary Color

#ca148b #14ca53

#ca148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca148b Color CSS Codes

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

#ca148b Text Font Color

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

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


#ca148b Background Color

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

This div background color is #ca148b


#ca148b Border Color

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

This div border color is #ca148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca148b


Comments

No comments written yet.

Please login to write comment.