Color Hex Logo

#cd5dff Color Hex

#CD5DFF
(205,93,255)
0 Favorites   0 Comments

Color spaces of #cd5dff

RGB 20593255
HSL0.781.000.68
HSV281°64°100°
CMYK 0.200.640.00   0.00
XYZ47.141228.027897.5330
Yxy28.02780.27300.1623
Hunter Lab52.941366.2968-72.1702
CIE-Lab59.913868.5684-61.9082

#cd5dff color RGB value is (205,93,255).

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

The process color (four color CMYK) of #cd5dff color hex is 0.20, 0.64, 0.00, 0.00. Web safe color of #cd5dff is #cc66ff. Color #cd5dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011101 11111111
Octal 315 135 377
Decimal 205 93 255
Hex CD 5D FF

RGB Percentages of Color #cd5dff

%37.07
%16.82
%46.11

CMYK Percentages of Color #cd5dff

%20
%64
%0
%0

Triadic Colors of #cd5dff

#cd5dff #ffcd5d #5dffcd

Analogous Colors of #cd5dff

#cd5dff #ff5de0 #7c5dff

Monochromatic Colors of #cd5dff

#cd5dff

Complementary Color

#cd5dff #8fff5d

#cd5dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5dff Color CSS Codes

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

#cd5dff Text Font Color

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

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


#cd5dff Background Color

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

This div background color is #cd5dff


#cd5dff Border Color

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

This div border color is #cd5dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5dff


Comments

No comments written yet.

Please login to write comment.