Color Hex Logo

#dd12ea Color Hex

#DD12EA
(221,18,234)
0 Favorites   0 Comments

Color spaces of #dd12ea

RGB 22118234
HSL0.820.860.49
HSV296°92°92°
CMYK 0.060.920.00   0.08
XYZ44.886421.745379.6734
Yxy21.74530.30680.1486
Hunter Lab46.631990.2129-68.6583
CIE-Lab53.755788.6985-59.9563

#dd12ea color RGB value is (221,18,234).

#dd12ea hex color red value is 221, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd12ea hue: 0.82 , saturation: 0.86 and the lightness value of dd12ea is 0.49.

The process color (four color CMYK) of #dd12ea color hex is 0.06, 0.92, 0.00, 0.08. Web safe color of #dd12ea is #cc00ff. Color #dd12ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010010 11101010
Octal 335 22 352
Decimal 221 18 234
Hex DD 12 EA

RGB Percentages of Color #dd12ea

%46.72
%3.81
%49.47

CMYK Percentages of Color #dd12ea

%6
%92
%0
%8

Triadic Colors of #dd12ea

#dd12ea #eadd12 #12eadd

Analogous Colors of #dd12ea

#dd12ea #ea128b #7112ea

Monochromatic Colors of #dd12ea

#dd12ea

Complementary Color

#dd12ea #1fea12

#dd12ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd12ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd12ea Color CSS Codes

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

#dd12ea Text Font Color

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

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


#dd12ea Background Color

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

This div background color is #dd12ea


#dd12ea Border Color

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

This div border color is #dd12ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd12ea


Comments

No comments written yet.

Please login to write comment.