Color Hex Logo

#cd58ad Color Hex

#CD58AD
(205,88,173)
0 Favorites   0 Comments

Color spaces of #cd58ad

RGB 20588173
HSL0.880.540.57
HSV316°57°80°
CMYK 0.000.570.16   0.20
XYZ36.209422.975742.0615
Yxy22.97570.35760.2269
Hunter Lab47.933050.9593-18.4743
CIE-Lab55.047356.2252-23.1640

#cd58ad color RGB value is (205,88,173).

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

The process color (four color CMYK) of #cd58ad color hex is 0.00, 0.57, 0.16, 0.20. Web safe color of #cd58ad is #cc6699. Color #cd58ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 10101101
Octal 315 130 255
Decimal 205 88 173
Hex CD 58 AD

RGB Percentages of Color #cd58ad

%43.99
%18.88
%37.12

CMYK Percentages of Color #cd58ad

%0
%57
%16
%20

Triadic Colors of #cd58ad

#cd58ad #adcd58 #58adcd

Analogous Colors of #cd58ad

#cd58ad #cd5873 #b358cd

Monochromatic Colors of #cd58ad

#cd58ad

Complementary Color

#cd58ad #58cd78

#cd58ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd58ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd58ad Color CSS Codes

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

#cd58ad Text Font Color

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

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


#cd58ad Background Color

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

This div background color is #cd58ad


#cd58ad Border Color

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

This div border color is #cd58ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd58ad


Comments

No comments written yet.

Please login to write comment.