Color Hex Logo

#dc37eb Color Hex

#DC37EB
(220,55,235)
0 Favorites   0 Comments

Color spaces of #dc37eb

RGB 22055235
HSL0.820.820.57
HSV295°77°92°
CMYK 0.060.770.00   0.08
XYZ45.876823.946280.8014
Yxy23.94620.30460.1590
Hunter Lab48.934981.7091-63.6455
CIE-Lab56.033981.7217-56.8749

#dc37eb color RGB value is (220,55,235).

#dc37eb hex color red value is 220, green value is 55 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc37eb hue: 0.82 , saturation: 0.82 and the lightness value of dc37eb is 0.57.

The process color (four color CMYK) of #dc37eb color hex is 0.06, 0.77, 0.00, 0.08. Web safe color of #dc37eb is #cc33ff. Color #dc37eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110111 11101011
Octal 334 67 353
Decimal 220 55 235
Hex DC 37 EB

RGB Percentages of Color #dc37eb

%43.14
%10.78
%46.08

CMYK Percentages of Color #dc37eb

%6
%77
%0
%8

Triadic Colors of #dc37eb

#dc37eb #ebdc37 #37ebdc

Analogous Colors of #dc37eb

#dc37eb #eb37a0 #8237eb

Monochromatic Colors of #dc37eb

#dc37eb

Complementary Color

#dc37eb #46eb37

#dc37eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc37eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc37eb Color CSS Codes

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

#dc37eb Text Font Color

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

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


#dc37eb Background Color

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

This div background color is #dc37eb


#dc37eb Border Color

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

This div border color is #dc37eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc37eb


Comments

No comments written yet.

Please login to write comment.