Color Hex Logo

#d114df Color Hex

#D114DF
(209,20,223)
0 Favorites   0 Comments

Color spaces of #d114df

RGB 20920223
HSL0.820.840.48
HSV296°91°87°
CMYK 0.060.910.00   0.13
XYZ39.863919.383371.4523
Yxy19.38330.30500.1483
Hunter Lab44.026584.5770-65.4056
CIE-Lab51.132784.9040-58.0536

#d114df color RGB value is (209,20,223).

#d114df hex color red value is 209, green value is 20 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d114df hue: 0.82 , saturation: 0.84 and the lightness value of d114df is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010100 11011111
Octal 321 24 337
Decimal 209 20 223
Hex D1 14 DF

RGB Percentages of Color #d114df

%46.24
%4.42
%49.34

CMYK Percentages of Color #d114df

%6
%91
%0
%13

Triadic Colors of #d114df

#d114df #dfd114 #14dfd1

Analogous Colors of #d114df

#d114df #df1488 #6c14df

Monochromatic Colors of #d114df

#d114df

Complementary Color

#d114df #22df14

#d114df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d114df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d114df Color CSS Codes

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

#d114df Text Font Color

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

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


#d114df Background Color

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

This div background color is #d114df


#d114df Border Color

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

This div border color is #d114df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d114df


Comments

No comments written yet.

Please login to write comment.