Color Hex Logo

#cd71df Color Hex

#CD71DF
(205,113,223)
0 Favorites   0 Comments

Color spaces of #cd71df

RGB 205113223
HSL0.810.630.66
HSV290°49°87°
CMYK 0.080.490.00   0.13
XYZ44.401230.117173.2850
Yxy30.11710.30040.2038
Hunter Lab54.879048.3813-40.7600
CIE-Lab61.755152.8102-41.2124

#cd71df color RGB value is (205,113,223).

#cd71df hex color red value is 205, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cd71df hue: 0.81 , saturation: 0.63 and the lightness value of cd71df is 0.66.

The process color (four color CMYK) of #cd71df color hex is 0.08, 0.49, 0.00, 0.13. Web safe color of #cd71df is #cc66cc. Color #cd71df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110001 11011111
Octal 315 161 337
Decimal 205 113 223
Hex CD 71 DF

RGB Percentages of Color #cd71df

%37.89
%20.89
%41.22

CMYK Percentages of Color #cd71df

%8
%49
%0
%13

Triadic Colors of #cd71df

#cd71df #dfcd71 #71dfcd

Analogous Colors of #cd71df

#cd71df #df71ba #9671df

Monochromatic Colors of #cd71df

#cd71df

Complementary Color

#cd71df #83df71

#cd71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd71df Color CSS Codes

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

#cd71df Text Font Color

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

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


#cd71df Background Color

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

This div background color is #cd71df


#cd71df Border Color

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

This div border color is #cd71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd71df


Comments

No comments written yet.

Please login to write comment.