Color Hex Logo

#d112de Color Hex

#D112DE
(209,18,222)
0 Favorites   0 Comments

Color spaces of #d112de

RGB 20918222
HSL0.820.850.47
HSV296°92°87°
CMYK 0.060.920.00   0.13
XYZ39.695619.261870.7330
Yxy19.26180.30610.1485
Hunter Lab43.888384.6433-64.8336
CIE-Lab50.992184.9824-57.7108

#d112de color RGB value is (209,18,222).

#d112de hex color red value is 209, green value is 18 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d112de hue: 0.82 , saturation: 0.85 and the lightness value of d112de is 0.47.

The process color (four color CMYK) of #d112de color hex is 0.06, 0.92, 0.00, 0.13. Web safe color of #d112de is #cc00cc. Color #d112de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 11011110
Octal 321 22 336
Decimal 209 18 222
Hex D1 12 DE

RGB Percentages of Color #d112de

%46.55
%4.01
%49.44

CMYK Percentages of Color #d112de

%6
%92
%0
%13

Triadic Colors of #d112de

#d112de #ded112 #12ded1

Analogous Colors of #d112de

#d112de #de1285 #6b12de

Monochromatic Colors of #d112de

#d112de

Complementary Color

#d112de #1fde12

#d112de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d112de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d112de Color CSS Codes

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

#d112de Text Font Color

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

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


#d112de Background Color

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

This div background color is #d112de


#d112de Border Color

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

This div border color is #d112de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d112de


Comments

No comments written yet.

Please login to write comment.