Color Hex Logo

#ca178b Color Hex

#CA178B
(202,23,139)
0 Favorites   0 Comments

Color spaces of #ca178b

RGB 20223139
HSL0.890.800.44
HSV321°89°79°
CMYK 0.000.890.31   0.21
XYZ29.323715.033425.7823
Yxy15.03340.41810.2143
Hunter Lab38.772967.1457-12.2842
CIE-Lab45.679971.9931-17.3878

#ca178b color RGB value is (202,23,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 10001011
Octal 312 27 213
Decimal 202 23 139
Hex CA 17 8B

RGB Percentages of Color #ca178b

%55.49
%6.32
%38.19

CMYK Percentages of Color #ca178b

%0
%89
%31
%21

Triadic Colors of #ca178b

#ca178b #8bca17 #178bca

Analogous Colors of #ca178b

#ca178b #ca1732 #b017ca

Monochromatic Colors of #ca178b

#ca178b

Complementary Color

#ca178b #17ca56

#ca178b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca178b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca178b Color CSS Codes

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

#ca178b Text Font Color

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

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


#ca178b Background Color

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

This div background color is #ca178b


#ca178b Border Color

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

This div border color is #ca178b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca178b


Comments

No comments written yet.

Please login to write comment.