Color Hex Logo

#d112ec Color Hex

#D112EC
(209,18,236)
0 Favorites   0 Comments

Color spaces of #d112ec

RGB 20918236
HSL0.810.860.50
HSV293°92°93°
CMYK 0.110.920.00   0.07
XYZ41.651120.044181.0305
Yxy20.04410.29180.1404
Hunter Lab44.770687.7138-75.9697
CIE-Lab51.887087.1640-64.1957

#d112ec color RGB value is (209,18,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 11101100
Octal 321 22 354
Decimal 209 18 236
Hex D1 12 EC

RGB Percentages of Color #d112ec

%45.14
%3.89
%50.97

CMYK Percentages of Color #d112ec

%11
%92
%0
%7

Triadic Colors of #d112ec

#d112ec #ecd112 #12ecd1

Analogous Colors of #d112ec

#d112ec #ec129a #6412ec

Monochromatic Colors of #d112ec

#d112ec

Complementary Color

#d112ec #2dec12

#d112ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d112ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d112ec Color CSS Codes

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

#d112ec Text Font Color

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

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


#d112ec Background Color

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

This div background color is #d112ec


#d112ec Border Color

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

This div border color is #d112ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d112ec


Comments

No comments written yet.

Please login to write comment.