Color Hex Logo

#cd5efd Color Hex

#CD5EFD
(205,94,253)
0 Favorites   0 Comments

Color spaces of #cd5efd

RGB 20594253
HSL0.780.980.68
HSV282°63°99°
CMYK 0.190.630.00   0.01
XYZ46.909228.076495.8754
Yxy28.07640.27450.1643
Hunter Lab52.987265.2974-70.1888
CIE-Lab59.957767.7290-60.7341

#cd5efd color RGB value is (205,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011110 11111101
Octal 315 136 375
Decimal 205 94 253
Hex CD 5E FD

RGB Percentages of Color #cd5efd

%37.14
%17.03
%45.83

CMYK Percentages of Color #cd5efd

%19
%63
%0
%1

Triadic Colors of #cd5efd

#cd5efd #fdcd5e #5efdcd

Analogous Colors of #cd5efd

#cd5efd #fd5ede #7e5efd

Monochromatic Colors of #cd5efd

#cd5efd

Complementary Color

#cd5efd #8efd5e

#cd5efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5efd Color CSS Codes

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

#cd5efd Text Font Color

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

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


#cd5efd Background Color

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

This div background color is #cd5efd


#cd5efd Border Color

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

This div border color is #cd5efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5efd


Comments

No comments written yet.

Please login to write comment.