Color Hex Logo

#ca158d Color Hex

#CA158D
(202,21,141)
0 Favorites   0 Comments

Color spaces of #ca158d

RGB 20221141
HSL0.890.810.44
HSV320°90°79°
CMYK 0.000.900.30   0.21
XYZ29.433015.016026.5464
Yxy15.01600.41460.2115
Hunter Lab38.750567.7667-13.4919
CIE-Lab45.656172.5150-18.6393

#ca158d color RGB value is (202,21,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 10001101
Octal 312 25 215
Decimal 202 21 141
Hex CA 15 8D

RGB Percentages of Color #ca158d

%55.49
%5.77
%38.74

CMYK Percentages of Color #ca158d

%0
%90
%30
%21

Triadic Colors of #ca158d

#ca158d #8dca15 #158dca

Analogous Colors of #ca158d

#ca158d #ca1532 #ad15ca

Monochromatic Colors of #ca158d

#ca158d

Complementary Color

#ca158d #15ca52

#ca158d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca158d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca158d Color CSS Codes

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

#ca158d Text Font Color

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

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


#ca158d Background Color

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

This div background color is #ca158d


#ca158d Border Color

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

This div border color is #ca158d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca158d


Comments

No comments written yet.

Please login to write comment.