Color Hex Logo

#cd23ad Color Hex

#CD23AD
(205,35,173)
0 Favorites   0 Comments

Color spaces of #cd23ad

RGB 20535173
HSL0.860.710.47
HSV311°83°80°
CMYK 0.000.830.16   0.20
XYZ33.320717.198341.0986
Yxy17.19830.36370.1877
Hunter Lab41.470870.8460-29.7282
CIE-Lab48.508974.5006-33.3169

#cd23ad color RGB value is (205,35,173).

#cd23ad hex color red value is 205, green value is 35 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cd23ad hue: 0.86 , saturation: 0.71 and the lightness value of cd23ad is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100011 10101101
Octal 315 43 255
Decimal 205 35 173
Hex CD 23 AD

RGB Percentages of Color #cd23ad

%49.64
%8.47
%41.89

CMYK Percentages of Color #cd23ad

%0
%83
%16
%20

Triadic Colors of #cd23ad

#cd23ad #adcd23 #23adcd

Analogous Colors of #cd23ad

#cd23ad #cd2358 #9823cd

Monochromatic Colors of #cd23ad

#cd23ad

Complementary Color

#cd23ad #23cd43

#cd23ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd23ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd23ad Color CSS Codes

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

#cd23ad Text Font Color

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

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


#cd23ad Background Color

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

This div background color is #cd23ad


#cd23ad Border Color

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

This div border color is #cd23ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd23ad


Comments

No comments written yet.

Please login to write comment.