Color Hex Logo

#dc5cfd Color Hex

#DC5CFD
(220,92,253)
0 Favorites   0 Comments

Color spaces of #dc5cfd

RGB 22092253
HSL0.800.980.68
HSV288°64°99°
CMYK 0.130.640.00   0.01
XYZ51.072029.961896.0199
Yxy29.96180.28850.1692
Hunter Lab54.737470.7567-65.6899
CIE-Lab61.621271.9172-57.9622

#dc5cfd color RGB value is (220,92,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 11111101
Octal 334 134 375
Decimal 220 92 253
Hex DC 5C FD

RGB Percentages of Color #dc5cfd

%38.94
%16.28
%44.78

CMYK Percentages of Color #dc5cfd

%13
%64
%0
%1

Triadic Colors of #dc5cfd

#dc5cfd #fddc5c #5cfddc

Analogous Colors of #dc5cfd

#dc5cfd #fd5cce #8c5cfd

Monochromatic Colors of #dc5cfd

#dc5cfd

Complementary Color

#dc5cfd #7dfd5c

#dc5cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cfd Color CSS Codes

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

#dc5cfd Text Font Color

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

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


#dc5cfd Background Color

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

This div background color is #dc5cfd


#dc5cfd Border Color

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

This div border color is #dc5cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cfd


Comments

No comments written yet.

Please login to write comment.