Color Hex Logo

#d120dc Color Hex

#D120DC
(209,32,220)
0 Favorites   0 Comments

Color spaces of #d120dc

RGB 20932220
HSL0.820.750.49
HSV296°85°86°
CMYK 0.050.850.00   0.14
XYZ39.729319.755669.4294
Yxy19.75560.30820.1532
Hunter Lab44.447381.7699-61.5016
CIE-Lab51.559882.6414-55.6614

#d120dc color RGB value is (209,32,220).

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

The process color (four color CMYK) of #d120dc color hex is 0.05, 0.85, 0.00, 0.14. Web safe color of #d120dc is #cc33cc. Color #d120dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 11011100
Octal 321 40 334
Decimal 209 32 220
Hex D1 20 DC

RGB Percentages of Color #d120dc

%45.34
%6.94
%47.72

CMYK Percentages of Color #d120dc

%5
%85
%0
%14

Triadic Colors of #d120dc

#d120dc #dcd120 #20dcd1

Analogous Colors of #d120dc

#d120dc #dc2089 #7320dc

Monochromatic Colors of #d120dc

#d120dc

Complementary Color

#d120dc #2bdc20

#d120dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d120dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d120dc Color CSS Codes

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

#d120dc Text Font Color

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

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


#d120dc Background Color

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

This div background color is #d120dc


#d120dc Border Color

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

This div border color is #d120dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d120dc


Comments

No comments written yet.

Please login to write comment.