Color Hex Logo

#d120df Color Hex

#D120DF
(209,32,223)
0 Favorites   0 Comments

Color spaces of #d120df

RGB 20932223
HSL0.820.750.50
HSV296°86°87°
CMYK 0.060.860.00   0.13
XYZ40.130319.916071.5411
Yxy19.91600.30500.1514
Hunter Lab44.627382.4149-63.8073
CIE-Lab51.742183.1090-57.0748

#d120df color RGB value is (209,32,223).

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

The process color (four color CMYK) of #d120df color hex is 0.06, 0.86, 0.00, 0.13. Web safe color of #d120df is #cc33cc. Color #d120df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 11011111
Octal 321 40 337
Decimal 209 32 223
Hex D1 20 DF

RGB Percentages of Color #d120df

%45.04
%6.90
%48.06

CMYK Percentages of Color #d120df

%6
%86
%0
%13

Triadic Colors of #d120df

#d120df #dfd120 #20dfd1

Analogous Colors of #d120df

#d120df #df208e #7220df

Monochromatic Colors of #d120df

#d120df

Complementary Color

#d120df #2edf20

#d120df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d120df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d120df Color CSS Codes

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

#d120df Text Font Color

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

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


#d120df Background Color

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

This div background color is #d120df


#d120df Border Color

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

This div border color is #d120df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d120df


Comments

No comments written yet.

Please login to write comment.