Color Hex Logo

#ca014e Color Hex

#CA014E
(202,1,78)
0 Favorites   0 Comments

Color spaces of #ca014e

RGB 202178
HSL0.940.990.40
HSV337°100°79°
CMYK 0.001.000.61   0.21
XYZ25.743113.12838.3849
Yxy13.12830.54480.2778
Hunter Lab36.233063.414311.6424
CIE-Lab42.955969.382016.5587

#ca014e color RGB value is (202,1,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 01001110
Octal 312 1 116
Decimal 202 1 78
Hex CA 1 4E

RGB Percentages of Color #ca014e

%71.89
%0.36
%27.76

CMYK Percentages of Color #ca014e

%0
%100
%61
%21

Triadic Colors of #ca014e

#ca014e #4eca01 #014eca

Analogous Colors of #ca014e

#ca014e #ca1801 #ca01b3

Monochromatic Colors of #ca014e

#ca014e

Complementary Color

#ca014e #01ca7d

#ca014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca014e Color CSS Codes

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

#ca014e Text Font Color

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

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


#ca014e Background Color

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

This div background color is #ca014e


#ca014e Border Color

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

This div border color is #ca014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca014e


Comments

No comments written yet.

Please login to write comment.