Color Hex Logo

#ca17ae Color Hex

#CA17AE
(202,23,174)
0 Favorites   0 Comments

Color spaces of #ca17ae

RGB 20223174
HSL0.860.800.44
HSV309°89°79°
CMYK 0.000.890.14   0.21
XYZ32.303516.225341.4736
Yxy16.22530.35890.1803
Hunter Lab40.280672.6589-32.8495
CIE-Lab47.268776.2218-35.8935

#ca17ae color RGB value is (202,23,174).

#ca17ae hex color red value is 202, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ca17ae hue: 0.86 , saturation: 0.80 and the lightness value of ca17ae is 0.44.

The process color (four color CMYK) of #ca17ae color hex is 0.00, 0.89, 0.14, 0.21. Web safe color of #ca17ae is #cc0099. Color #ca17ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 10101110
Octal 312 27 256
Decimal 202 23 174
Hex CA 17 AE

RGB Percentages of Color #ca17ae

%50.63
%5.76
%43.61

CMYK Percentages of Color #ca17ae

%0
%89
%14
%21

Triadic Colors of #ca17ae

#ca17ae #aeca17 #17aeca

Analogous Colors of #ca17ae

#ca17ae #ca1754 #8d17ca

Monochromatic Colors of #ca17ae

#ca17ae

Complementary Color

#ca17ae #17ca33

#ca17ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca17ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca17ae Color CSS Codes

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

#ca17ae Text Font Color

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

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


#ca17ae Background Color

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

This div background color is #ca17ae


#ca17ae Border Color

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

This div border color is #ca17ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca17ae


Comments

No comments written yet.

Please login to write comment.