Color Hex Logo

#d412ec Color Hex

#D412EC
(212,18,236)
0 Favorites   0 Comments

Color spaces of #d412ec

RGB 21218236
HSL0.810.860.50
HSV293°92°93°
CMYK 0.100.920.00   0.07
XYZ42.508020.485881.0706
Yxy20.48580.29510.1422
Hunter Lab45.261288.4347-74.5156
CIE-Lab52.382187.6170-63.3720

#d412ec color RGB value is (212,18,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 11101100
Octal 324 22 354
Decimal 212 18 236
Hex D4 12 EC

RGB Percentages of Color #d412ec

%45.49
%3.86
%50.64

CMYK Percentages of Color #d412ec

%10
%92
%0
%7

Triadic Colors of #d412ec

#d412ec #ecd412 #12ecd4

Analogous Colors of #d412ec

#d412ec #ec1297 #6712ec

Monochromatic Colors of #d412ec

#d412ec

Complementary Color

#d412ec #2aec12

#d412ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d412ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d412ec Color CSS Codes

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

#d412ec Text Font Color

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

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


#d412ec Background Color

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

This div background color is #d412ec


#d412ec Border Color

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

This div border color is #d412ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d412ec


Comments

No comments written yet.

Please login to write comment.