Color Hex Logo

#d112fc Color Hex

#D112FC
(209,18,252)
0 Favorites   0 Comments

Color spaces of #d112fc

RGB 20918252
HSL0.800.980.53
HSV289°93°99°
CMYK 0.170.930.00   0.01
XYZ44.081521.016293.8286
Yxy21.01620.27740.1322
Hunter Lab45.843491.4136-89.2595
CIE-Lab52.967289.7557-71.4127

#d112fc color RGB value is (209,18,252).

#d112fc hex color red value is 209, green value is 18 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d112fc hue: 0.80 , saturation: 0.98 and the lightness value of d112fc is 0.53.

The process color (four color CMYK) of #d112fc color hex is 0.17, 0.93, 0.00, 0.01. Web safe color of #d112fc is #cc00ff. Color #d112fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 11111100
Octal 321 22 374
Decimal 209 18 252
Hex D1 12 FC

RGB Percentages of Color #d112fc

%43.63
%3.76
%52.61

CMYK Percentages of Color #d112fc

%17
%93
%0
%1

Triadic Colors of #d112fc

#d112fc #fcd112 #12fcd1

Analogous Colors of #d112fc

#d112fc #fc12b2 #5c12fc

Monochromatic Colors of #d112fc

#d112fc

Complementary Color

#d112fc #3dfc12

#d112fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d112fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d112fc Color CSS Codes

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

#d112fc Text Font Color

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

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


#d112fc Background Color

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

This div background color is #d112fc


#d112fc Border Color

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

This div border color is #d112fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d112fc

Related Colors


Comments

No comments written yet.

Please login to write comment.