Color Hex Logo

#cd448d Color Hex

#CD448D
(205,68,141)
0 Favorites   0 Comments

Color spaces of #cd448d

RGB 20568141
HSL0.910.580.54
HSV328°67°80°
CMYK 0.000.670.31   0.20
XYZ32.051719.036527.1844
Yxy19.03650.40950.2432
Hunter Lab43.630854.7741-6.3993
CIE-Lab50.729960.3939-10.8845

#cd448d color RGB value is (205,68,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000100 10001101
Octal 315 104 215
Decimal 205 68 141
Hex CD 44 8D

RGB Percentages of Color #cd448d

%49.52
%16.43
%34.06

CMYK Percentages of Color #cd448d

%0
%67
%31
%20

Triadic Colors of #cd448d

#cd448d #8dcd44 #448dcd

Analogous Colors of #cd448d

#cd448d #cd4448 #c944cd

Monochromatic Colors of #cd448d

#cd448d

Complementary Color

#cd448d #44cd84

#cd448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd448d Color CSS Codes

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

#cd448d Text Font Color

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

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


#cd448d Background Color

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

This div background color is #cd448d


#cd448d Border Color

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

This div border color is #cd448d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd448d


Comments

No comments written yet.

Please login to write comment.