Color Hex Logo

#ca178a Color Hex

#CA178A
(202,23,138)
0 Favorites   0 Comments

Color spaces of #ca178a

RGB 20223138
HSL0.890.800.44
HSV321°89°79°
CMYK 0.000.890.32   0.21
XYZ29.251015.004325.3992
Yxy15.00430.41990.2154
Hunter Lab38.735467.0072-11.7623
CIE-Lab45.640171.8854-16.8406

#ca178a color RGB value is (202,23,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 10001010
Octal 312 27 212
Decimal 202 23 138
Hex CA 17 8A

RGB Percentages of Color #ca178a

%55.65
%6.34
%38.02

CMYK Percentages of Color #ca178a

%0
%89
%32
%21

Triadic Colors of #ca178a

#ca178a #8aca17 #178aca

Analogous Colors of #ca178a

#ca178a #ca1730 #b117ca

Monochromatic Colors of #ca178a

#ca178a

Complementary Color

#ca178a #17ca57

#ca178a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca178a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca178a Color CSS Codes

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

#ca178a Text Font Color

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

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


#ca178a Background Color

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

This div background color is #ca178a


#ca178a Border Color

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

This div border color is #ca178a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca178a


Comments

No comments written yet.

Please login to write comment.