Color Hex Logo

#d112f7 Color Hex

#D112F7
(209,18,247)
0 Favorites   0 Comments

Color spaces of #d112f7

RGB 20918247
HSL0.810.930.52
HSV290°93°97°
CMYK 0.150.930.00   0.03
XYZ43.299320.703389.7097
Yxy20.70330.28170.1347
Hunter Lab45.500990.2367-85.0458
CIE-Lab52.623288.9356-69.1791

#d112f7 color RGB value is (209,18,247).

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

The process color (four color CMYK) of #d112f7 color hex is 0.15, 0.93, 0.00, 0.03. Web safe color of #d112f7 is #cc00ff. Color #d112f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 11110111
Octal 321 22 367
Decimal 209 18 247
Hex D1 12 F7

RGB Percentages of Color #d112f7

%44.09
%3.80
%52.11

CMYK Percentages of Color #d112f7

%15
%93
%0
%3

Triadic Colors of #d112f7

#d112f7 #f7d112 #12f7d1

Analogous Colors of #d112f7

#d112f7 #f712ab #5f12f7

Monochromatic Colors of #d112f7

#d112f7

Complementary Color

#d112f7 #38f712

#d112f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d112f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d112f7 Color CSS Codes

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

#d112f7 Text Font Color

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

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


#d112f7 Background Color

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

This div background color is #d112f7


#d112f7 Border Color

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

This div border color is #d112f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d112f7


Comments

No comments written yet.

Please login to write comment.