Color Hex Logo

#cd419d Color Hex

#CD419D
(205,65,157)
0 Favorites   0 Comments

Color spaces of #cd419d

RGB 20565157
HSL0.890.580.53
HSV321°68°80°
CMYK 0.000.680.23   0.20
XYZ33.152919.194133.8558
Yxy19.19410.38460.2227
Hunter Lab43.811158.4059-15.1497
CIE-Lab50.913563.5432-20.1261

#cd419d color RGB value is (205,65,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000001 10011101
Octal 315 101 235
Decimal 205 65 157
Hex CD 41 9D

RGB Percentages of Color #cd419d

%48.01
%15.22
%36.77

CMYK Percentages of Color #cd419d

%0
%68
%23
%20

Triadic Colors of #cd419d

#cd419d #9dcd41 #419dcd

Analogous Colors of #cd419d

#cd419d #cd4157 #b741cd

Monochromatic Colors of #cd419d

#cd419d

Complementary Color

#cd419d #41cd71

#cd419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd419d Color CSS Codes

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

#cd419d Text Font Color

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

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


#cd419d Background Color

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

This div background color is #cd419d


#cd419d Border Color

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

This div border color is #cd419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd419d


Comments

No comments written yet.

Please login to write comment.