Color Hex Logo

#ca015e Color Hex

#CA015E
(202,1,94)
0 Favorites   0 Comments

Color spaces of #ca015e

RGB 202194
HSL0.920.990.40
HSV332°100°79°
CMYK 0.001.000.53   0.21
XYZ26.388413.386411.7827
Yxy13.38640.51180.2596
Hunter Lab36.587464.71376.5173
CIE-Lab43.339870.40837.0029

#ca015e color RGB value is (202,1,94).

#ca015e hex color red value is 202, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ca015e hue: 0.92 , saturation: 0.99 and the lightness value of ca015e is 0.40.

The process color (four color CMYK) of #ca015e color hex is 0.00, 1.00, 0.53, 0.21. Web safe color of #ca015e is #cc0066. Color #ca015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 01011110
Octal 312 1 136
Decimal 202 1 94
Hex CA 1 5E

RGB Percentages of Color #ca015e

%68.01
%0.34
%31.65

CMYK Percentages of Color #ca015e

%0
%100
%53
%21

Triadic Colors of #ca015e

#ca015e #5eca01 #015eca

Analogous Colors of #ca015e

#ca015e #ca0801 #ca01c3

Monochromatic Colors of #ca015e

#ca015e

Complementary Color

#ca015e #01ca6d

#ca015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca015e Color CSS Codes

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

#ca015e Text Font Color

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

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


#ca015e Background Color

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

This div background color is #ca015e


#ca015e Border Color

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

This div border color is #ca015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca015e


Comments

No comments written yet.

Please login to write comment.