Color Hex Logo

#d412ed Color Hex

#D412ED
(212,18,237)
0 Favorites   0 Comments

Color spaces of #d412ed

RGB 21218237
HSL0.810.860.50
HSV293°92°93°
CMYK 0.110.920.00   0.07
XYZ42.653720.544181.8381
Yxy20.54410.29410.1416
Hunter Lab45.325688.6578-75.3237
CIE-Lab52.446987.7740-63.8305

#d412ed color RGB value is (212,18,237).

#d412ed hex color red value is 212, green value is 18 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d412ed hue: 0.81 , saturation: 0.86 and the lightness value of d412ed is 0.50.

The process color (four color CMYK) of #d412ed color hex is 0.11, 0.92, 0.00, 0.07. Web safe color of #d412ed is #cc00ff. Color #d412ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 11101101
Octal 324 22 355
Decimal 212 18 237
Hex D4 12 ED

RGB Percentages of Color #d412ed

%45.40
%3.85
%50.75

CMYK Percentages of Color #d412ed

%11
%92
%0
%7

Triadic Colors of #d412ed

#d412ed #edd412 #12edd4

Analogous Colors of #d412ed

#d412ed #ed1299 #6712ed

Monochromatic Colors of #d412ed

#d412ed

Complementary Color

#d412ed #2bed12

#d412ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d412ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d412ed Color CSS Codes

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

#d412ed Text Font Color

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

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


#d412ed Background Color

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

This div background color is #d412ed


#d412ed Border Color

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

This div border color is #d412ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,18,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d412ed


Comments

No comments written yet.

Please login to write comment.