Color Hex Logo

#dc5cec Color Hex

#DC5CEC
(220,92,236)
0 Favorites   0 Comments

Color spaces of #dc5cec

RGB 22092236
HSL0.810.790.64
HSV293°61°93°
CMYK 0.070.610.00   0.07
XYZ48.482728.926182.3848
Yxy28.92610.30340.1810
Hunter Lab53.783066.7887-53.1723
CIE-Lab60.716468.8285-49.9768

#dc5cec color RGB value is (220,92,236).

#dc5cec hex color red value is 220, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dc5cec hue: 0.81 , saturation: 0.79 and the lightness value of dc5cec is 0.64.

The process color (four color CMYK) of #dc5cec color hex is 0.07, 0.61, 0.00, 0.07. Web safe color of #dc5cec is #cc66ff. Color #dc5cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 11101100
Octal 334 134 354
Decimal 220 92 236
Hex DC 5C EC

RGB Percentages of Color #dc5cec

%40.15
%16.79
%43.07

CMYK Percentages of Color #dc5cec

%7
%61
%0
%7

Triadic Colors of #dc5cec

#dc5cec #ecdc5c #5cecdc

Analogous Colors of #dc5cec

#dc5cec #ec5cb4 #945cec

Monochromatic Colors of #dc5cec

#dc5cec

Complementary Color

#dc5cec #6cec5c

#dc5cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cec Color CSS Codes

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

#dc5cec Text Font Color

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

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


#dc5cec Background Color

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

This div background color is #dc5cec


#dc5cec Border Color

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

This div border color is #dc5cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,92,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cec


Comments

No comments written yet.

Please login to write comment.