Color Hex Logo

#dc1dee Color Hex

#DC1DEE
(220,29,238)
0 Favorites   0 Comments

Color spaces of #dc1dee

RGB 22029238
HSL0.820.860.52
HSV295°88°93°
CMYK 0.080.880.00   0.07
XYZ45.387222.267482.7948
Yxy22.26740.30170.1480
Hunter Lab47.188389.1072-70.9960
CIE-Lab54.309687.7539-61.3248

#dc1dee color RGB value is (220,29,238).

#dc1dee hex color red value is 220, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dc1dee hue: 0.82 , saturation: 0.86 and the lightness value of dc1dee is 0.52.

The process color (four color CMYK) of #dc1dee color hex is 0.08, 0.88, 0.00, 0.07. Web safe color of #dc1dee is #cc33ff. Color #dc1dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011101 11101110
Octal 334 35 356
Decimal 220 29 238
Hex DC 1D EE

RGB Percentages of Color #dc1dee

%45.17
%5.95
%48.87

CMYK Percentages of Color #dc1dee

%8
%88
%0
%7

Triadic Colors of #dc1dee

#dc1dee #eedc1d #1deedc

Analogous Colors of #dc1dee

#dc1dee #ee1d98 #741dee

Monochromatic Colors of #dc1dee

#dc1dee

Complementary Color

#dc1dee #2fee1d

#dc1dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1dee Color CSS Codes

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

#dc1dee Text Font Color

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

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


#dc1dee Background Color

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

This div background color is #dc1dee


#dc1dee Border Color

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

This div border color is #dc1dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1dee


Comments

No comments written yet.

Please login to write comment.