Color Hex Logo

#cd5dfc Color Hex

#CD5DFC
(205,93,252)
0 Favorites   0 Comments

Color spaces of #cd5dfc

RGB 20593252
HSL0.780.960.68
HSV282°63°99°
CMYK 0.190.630.00   0.01
XYZ46.661927.836195.0090
Yxy27.83610.27530.1642
Hunter Lab52.759965.5390-69.8363
CIE-Lab59.740467.9702-60.5297

#cd5dfc color RGB value is (205,93,252).

#cd5dfc hex color red value is 205, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cd5dfc hue: 0.78 , saturation: 0.96 and the lightness value of cd5dfc is 0.68.

The process color (four color CMYK) of #cd5dfc color hex is 0.19, 0.63, 0.00, 0.01. Web safe color of #cd5dfc is #cc66ff. Color #cd5dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011101 11111100
Octal 315 135 374
Decimal 205 93 252
Hex CD 5D FC

RGB Percentages of Color #cd5dfc

%37.27
%16.91
%45.82

CMYK Percentages of Color #cd5dfc

%19
%63
%0
%1

Triadic Colors of #cd5dfc

#cd5dfc #fccd5d #5dfccd

Analogous Colors of #cd5dfc

#cd5dfc #fc5ddc #7e5dfc

Monochromatic Colors of #cd5dfc

#cd5dfc

Complementary Color

#cd5dfc #8cfc5d

#cd5dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5dfc Color CSS Codes

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

#cd5dfc Text Font Color

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

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


#cd5dfc Background Color

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

This div background color is #cd5dfc


#cd5dfc Border Color

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

This div border color is #cd5dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5dfc


Comments

No comments written yet.

Please login to write comment.