Color Hex Logo

#cd449a Color Hex

#CD449A
(205,68,154)
0 Favorites   0 Comments

Color spaces of #cd449a

RGB 20568154
HSL0.900.580.54
HSV322°67°80°
CMYK 0.000.670.25   0.20
XYZ33.076719.446532.5821
Yxy19.44650.38870.2285
Hunter Lab44.098256.7156-12.9379
CIE-Lab51.205562.0146-17.9017

#cd449a color RGB value is (205,68,154).

#cd449a hex color red value is 205, green value is 68 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cd449a hue: 0.90 , saturation: 0.58 and the lightness value of cd449a is 0.54.

The process color (four color CMYK) of #cd449a color hex is 0.00, 0.67, 0.25, 0.20. Web safe color of #cd449a is #cc3399. Color #cd449a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000100 10011010
Octal 315 104 232
Decimal 205 68 154
Hex CD 44 9A

RGB Percentages of Color #cd449a

%48.01
%15.93
%36.07

CMYK Percentages of Color #cd449a

%0
%67
%25
%20

Triadic Colors of #cd449a

#cd449a #9acd44 #449acd

Analogous Colors of #cd449a

#cd449a #cd4455 #bc44cd

Monochromatic Colors of #cd449a

#cd449a

Complementary Color

#cd449a #44cd77

#cd449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd449a Color CSS Codes

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

#cd449a Text Font Color

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

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


#cd449a Background Color

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

This div background color is #cd449a


#cd449a Border Color

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

This div border color is #cd449a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,68,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 #cd449a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd449a


Comments

No comments written yet.

Please login to write comment.