Color Hex Logo

#cd469d Color Hex

#CD469D
(205,70,157)
0 Favorites   0 Comments

Color spaces of #cd469d

RGB 20570157
HSL0.890.570.54
HSV321°66°80°
CMYK 0.000.660.23   0.20
XYZ33.452819.793833.9557
Yxy19.79380.38360.2270
Hunter Lab44.490256.3587-14.1080
CIE-Lab51.603361.6283-19.0701

#cd469d color RGB value is (205,70,157).

#cd469d hex color red value is 205, green value is 70 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cd469d hue: 0.89 , saturation: 0.57 and the lightness value of cd469d is 0.54.

The process color (four color CMYK) of #cd469d color hex is 0.00, 0.66, 0.23, 0.20. Web safe color of #cd469d is #cc3399. Color #cd469d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000110 10011101
Octal 315 106 235
Decimal 205 70 157
Hex CD 46 9D

RGB Percentages of Color #cd469d

%47.45
%16.20
%36.34

CMYK Percentages of Color #cd469d

%0
%66
%23
%20

Triadic Colors of #cd469d

#cd469d #9dcd46 #469dcd

Analogous Colors of #cd469d

#cd469d #cd465a #ba46cd

Monochromatic Colors of #cd469d

#cd469d

Complementary Color

#cd469d #46cd76

#cd469d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd469d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd469d Color CSS Codes

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

#cd469d Text Font Color

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

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


#cd469d Background Color

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

This div background color is #cd469d


#cd469d Border Color

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

This div border color is #cd469d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd469d


Comments

No comments written yet.

Please login to write comment.