Color Hex Logo

#dc33ea Color Hex

#DC33EA
(220,51,234)
0 Favorites   0 Comments

Color spaces of #dc33ea

RGB 22051234
HSL0.820.810.56
HSV295°78°92°
CMYK 0.060.780.00   0.08
XYZ45.550323.523879.9817
Yxy23.52380.30560.1578
Hunter Lab48.501382.7619-63.8219
CIE-Lab55.607882.6255-56.9951

#dc33ea color RGB value is (220,51,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110011 11101010
Octal 334 63 352
Decimal 220 51 234
Hex DC 33 EA

RGB Percentages of Color #dc33ea

%43.56
%10.10
%46.34

CMYK Percentages of Color #dc33ea

%6
%78
%0
%8

Triadic Colors of #dc33ea

#dc33ea #eadc33 #33eadc

Analogous Colors of #dc33ea

#dc33ea #ea339d #8133ea

Monochromatic Colors of #dc33ea

#dc33ea

Complementary Color

#dc33ea #41ea33

#dc33ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc33ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc33ea Color CSS Codes

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

#dc33ea Text Font Color

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

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


#dc33ea Background Color

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

This div background color is #dc33ea


#dc33ea Border Color

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

This div border color is #dc33ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc33ea


Comments

No comments written yet.

Please login to write comment.