Color Hex Logo

#cd49dd Color Hex

#CD49DD
(205,73,221)
0 Favorites   0 Comments

Color spaces of #cd49dd

RGB 20573221
HSL0.820.690.58
HSV294°67°87°
CMYK 0.070.670.00   0.13
XYZ40.610522.964770.6988
Yxy22.96470.30240.1710
Hunter Lab47.921567.4051-53.9258
CIE-Lab55.036070.4016-50.7107

#cd49dd color RGB value is (205,73,221).

#cd49dd hex color red value is 205, green value is 73 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd49dd hue: 0.82 , saturation: 0.69 and the lightness value of cd49dd is 0.58.

The process color (four color CMYK) of #cd49dd color hex is 0.07, 0.67, 0.00, 0.13. Web safe color of #cd49dd is #cc33cc. Color #cd49dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001001 11011101
Octal 315 111 335
Decimal 205 73 221
Hex CD 49 DD

RGB Percentages of Color #cd49dd

%41.08
%14.63
%44.29

CMYK Percentages of Color #cd49dd

%7
%67
%0
%13

Triadic Colors of #cd49dd

#cd49dd #ddcd49 #49ddcd

Analogous Colors of #cd49dd

#cd49dd #dd49a3 #8349dd

Monochromatic Colors of #cd49dd

#cd49dd

Complementary Color

#cd49dd #59dd49

#cd49dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd49dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd49dd Color CSS Codes

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

#cd49dd Text Font Color

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

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


#cd49dd Background Color

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

This div background color is #cd49dd


#cd49dd Border Color

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

This div border color is #cd49dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd49dd


Comments

No comments written yet.

Please login to write comment.