Color Hex Logo

#cd5dfb Color Hex

#CD5DFB
(205,93,251)
0 Favorites   0 Comments

Color spaces of #cd5dfb

RGB 20593251
HSL0.780.950.67
HSV283°63°98°
CMYK 0.180.630.00   0.02
XYZ46.503827.772994.1765
Yxy27.77290.27610.1649
Hunter Lab52.700065.2879-69.0630
CIE-Lab59.683067.7715-60.0687

#cd5dfb color RGB value is (205,93,251).

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

The process color (four color CMYK) of #cd5dfb color hex is 0.18, 0.63, 0.00, 0.02. Web safe color of #cd5dfb is #cc66ff. Color #cd5dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011101 11111011
Octal 315 135 373
Decimal 205 93 251
Hex CD 5D FB

RGB Percentages of Color #cd5dfb

%37.34
%16.94
%45.72

CMYK Percentages of Color #cd5dfb

%18
%63
%0
%2

Triadic Colors of #cd5dfb

#cd5dfb #fbcd5d #5dfbcd

Analogous Colors of #cd5dfb

#cd5dfb #fb5dda #7e5dfb

Monochromatic Colors of #cd5dfb

#cd5dfb

Complementary Color

#cd5dfb #8bfb5d

#cd5dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5dfb Color CSS Codes

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

#cd5dfb Text Font Color

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

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


#cd5dfb Background Color

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

This div background color is #cd5dfb


#cd5dfb Border Color

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

This div border color is #cd5dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5dfb


Comments

No comments written yet.

Please login to write comment.