Color Hex Logo

#dc31ea Color Hex

#DC31EA
(220,49,234)
0 Favorites   0 Comments

Color spaces of #dc31ea

RGB 22049234
HSL0.820.810.55
HSV295°79°92°
CMYK 0.060.790.00   0.08
XYZ45.464823.352879.9532
Yxy23.35280.30560.1570
Hunter Lab48.324783.3678-64.2679
CIE-Lab55.433983.1303-57.2736

#dc31ea color RGB value is (220,49,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 11101010
Octal 334 61 352
Decimal 220 49 234
Hex DC 31 EA

RGB Percentages of Color #dc31ea

%43.74
%9.74
%46.52

CMYK Percentages of Color #dc31ea

%6
%79
%0
%8

Triadic Colors of #dc31ea

#dc31ea #eadc31 #31eadc

Analogous Colors of #dc31ea

#dc31ea #ea319c #8031ea

Monochromatic Colors of #dc31ea

#dc31ea

Complementary Color

#dc31ea #3fea31

#dc31ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc31ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc31ea Color CSS Codes

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

#dc31ea Text Font Color

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

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


#dc31ea Background Color

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

This div background color is #dc31ea


#dc31ea Border Color

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

This div border color is #dc31ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc31ea


Comments

No comments written yet.

Please login to write comment.