Color Hex Logo

#dc34eb Color Hex

#DC34EB
(220,52,235)
0 Favorites   0 Comments

Color spaces of #dc34eb

RGB 22052235
HSL0.820.820.56
HSV295°78°92°
CMYK 0.060.780.00   0.08
XYZ45.738623.669880.7553
Yxy23.66980.30460.1576
Hunter Lab48.651682.6720-64.3575
CIE-Lab55.755782.5267-57.3202

#dc34eb color RGB value is (220,52,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 11101011
Octal 334 64 353
Decimal 220 52 235
Hex DC 34 EB

RGB Percentages of Color #dc34eb

%43.39
%10.26
%46.35

CMYK Percentages of Color #dc34eb

%6
%78
%0
%8

Triadic Colors of #dc34eb

#dc34eb #ebdc34 #34ebdc

Analogous Colors of #dc34eb

#dc34eb #eb349f #8134eb

Monochromatic Colors of #dc34eb

#dc34eb

Complementary Color

#dc34eb #43eb34

#dc34eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc34eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc34eb Color CSS Codes

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

#dc34eb Text Font Color

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

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


#dc34eb Background Color

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

This div background color is #dc34eb


#dc34eb Border Color

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

This div border color is #dc34eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc34eb


Comments

No comments written yet.

Please login to write comment.