Color Hex Logo

#cd149a Color Hex

#CD149A
(205,20,154)
0 Favorites   0 Comments

Color spaces of #cd149a

RGB 20520154
HSL0.880.820.44
HSV317°90°80°
CMYK 0.000.900.25   0.20
XYZ31.259715.812531.9764
Yxy15.81250.39540.2000
Hunter Lab39.764970.7324-19.8417
CIE-Lab46.727574.7549-24.7883

#cd149a color RGB value is (205,20,154).

#cd149a hex color red value is 205, green value is 20 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cd149a hue: 0.88 , saturation: 0.82 and the lightness value of cd149a is 0.44.

The process color (four color CMYK) of #cd149a color hex is 0.00, 0.90, 0.25, 0.20. Web safe color of #cd149a is #cc0099. Color #cd149a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 10011010
Octal 315 24 232
Decimal 205 20 154
Hex CD 14 9A

RGB Percentages of Color #cd149a

%54.09
%5.28
%40.63

CMYK Percentages of Color #cd149a

%0
%90
%25
%20

Triadic Colors of #cd149a

#cd149a #9acd14 #149acd

Analogous Colors of #cd149a

#cd149a #cd143e #a414cd

Monochromatic Colors of #cd149a

#cd149a

Complementary Color

#cd149a #14cd47

#cd149a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd149a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd149a Color CSS Codes

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

#cd149a Text Font Color

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

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


#cd149a Background Color

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

This div background color is #cd149a


#cd149a Border Color

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

This div border color is #cd149a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,20,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd149a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd149a;
  -webkit-box-shadow: 1px 1px 3px 2px #cd149a;
  box-shadow:         1px 1px 3px 2px #cd149a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,20,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd149a


Comments

No comments written yet.

Please login to write comment.