Color Hex Logo

#cd38ad Color Hex

#CD38AD
(205,56,173)
0 Favorites   0 Comments

Color spaces of #cd38ad

RGB 20556173
HSL0.870.600.51
HSV313°73°80°
CMYK 0.000.730.16   0.20
XYZ34.133818.824641.3696
Yxy18.82460.36190.1996
Hunter Lab43.387364.5022-26.1616
CIE-Lab50.481468.8435-30.2332

#cd38ad color RGB value is (205,56,173).

#cd38ad hex color red value is 205, green value is 56 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cd38ad hue: 0.87 , saturation: 0.60 and the lightness value of cd38ad is 0.51.

The process color (four color CMYK) of #cd38ad color hex is 0.00, 0.73, 0.16, 0.20. Web safe color of #cd38ad is #cc3399. Color #cd38ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00111000 10101101
Octal 315 70 255
Decimal 205 56 173
Hex CD 38 AD

RGB Percentages of Color #cd38ad

%47.24
%12.90
%39.86

CMYK Percentages of Color #cd38ad

%0
%73
%16
%20

Triadic Colors of #cd38ad

#cd38ad #adcd38 #38adcd

Analogous Colors of #cd38ad

#cd38ad #cd3862 #a338cd

Monochromatic Colors of #cd38ad

#cd38ad

Complementary Color

#cd38ad #38cd58

#cd38ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd38ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd38ad Color CSS Codes

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

#cd38ad Text Font Color

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

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


#cd38ad Background Color

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

This div background color is #cd38ad


#cd38ad Border Color

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

This div border color is #cd38ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd38ad


Comments

No comments written yet.

Please login to write comment.