Color Hex Logo

#ca178d Color Hex

#CA178D
(202,23,141)
0 Favorites   0 Comments

Color spaces of #ca178d

RGB 20223141
HSL0.890.800.44
HSV320°89°79°
CMYK 0.000.890.30   0.21
XYZ29.471215.092426.5591
Yxy15.09240.41440.2122
Hunter Lab38.848967.4263-13.3394
CIE-Lab45.760572.2113-18.4793

#ca178d color RGB value is (202,23,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 10001101
Octal 312 27 215
Decimal 202 23 141
Hex CA 17 8D

RGB Percentages of Color #ca178d

%55.19
%6.28
%38.52

CMYK Percentages of Color #ca178d

%0
%89
%30
%21

Triadic Colors of #ca178d

#ca178d #8dca17 #178dca

Analogous Colors of #ca178d

#ca178d #ca1733 #ae17ca

Monochromatic Colors of #ca178d

#ca178d

Complementary Color

#ca178d #17ca54

#ca178d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca178d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca178d Color CSS Codes

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

#ca178d Text Font Color

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

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


#ca178d Background Color

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

This div background color is #ca178d


#ca178d Border Color

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

This div border color is #ca178d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca178d


Comments

No comments written yet.

Please login to write comment.