Color Hex Logo

#cd5fdf Color Hex

#CD5FDF
(205,95,223)
0 Favorites   0 Comments

Color spaces of #cd5fdf

RGB 20595223
HSL0.810.670.62
HSV292°57°87°
CMYK 0.080.570.00   0.13
XYZ42.588326.491372.6807
Yxy26.49130.30040.1869
Hunter Lab51.469757.6268-47.6950
CIE-Lab58.500561.4852-46.3408

#cd5fdf color RGB value is (205,95,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011111 11011111
Octal 315 137 337
Decimal 205 95 223
Hex CD 5F DF

RGB Percentages of Color #cd5fdf

%39.20
%18.16
%42.64

CMYK Percentages of Color #cd5fdf

%8
%57
%0
%13

Triadic Colors of #cd5fdf

#cd5fdf #dfcd5f #5fdfcd

Analogous Colors of #cd5fdf

#cd5fdf #df5fb1 #8d5fdf

Monochromatic Colors of #cd5fdf

#cd5fdf

Complementary Color

#cd5fdf #71df5f

#cd5fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5fdf Color CSS Codes

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

#cd5fdf Text Font Color

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

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


#cd5fdf Background Color

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

This div background color is #cd5fdf


#cd5fdf Border Color

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

This div border color is #cd5fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5fdf


Comments

No comments written yet.

Please login to write comment.