Color Hex Logo

#d212ec Color Hex

#D212EC
(210,18,236)
0 Favorites   0 Comments

Color spaces of #d212ec

RGB 21018236
HSL0.810.860.50
HSV293°92°93°
CMYK 0.110.920.00   0.07
XYZ41.935020.190481.0438
Yxy20.19040.29290.1410
Hunter Lab44.933787.9535-75.4836
CIE-Lab52.051887.3147-63.9215

#d212ec color RGB value is (210,18,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010010 11101100
Octal 322 22 354
Decimal 210 18 236
Hex D2 12 EC

RGB Percentages of Color #d212ec

%45.26
%3.88
%50.86

CMYK Percentages of Color #d212ec

%11
%92
%0
%7

Triadic Colors of #d212ec

#d212ec #ecd212 #12ecd2

Analogous Colors of #d212ec

#d212ec #ec1299 #6512ec

Monochromatic Colors of #d212ec

#d212ec

Complementary Color

#d212ec #2cec12

#d212ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d212ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d212ec Color CSS Codes

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

#d212ec Text Font Color

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

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


#d212ec Background Color

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

This div background color is #d212ec


#d212ec Border Color

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

This div border color is #d212ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d212ec


Comments

No comments written yet.

Please login to write comment.