Color Hex Logo

#d120ff Color Hex

#D120FF
(209,32,255)
0 Favorites   0 Comments

Color spaces of #d120ff

RGB 20932255
HSL0.801.000.56
HSV288°87°100°
CMYK 0.180.870.00   0.00
XYZ44.861021.808396.4527
Yxy21.80830.27500.1337
Hunter Lab46.699489.7493-89.7678
CIE-Lab53.823088.3349-71.6952

#d120ff color RGB value is (209,32,255).

#d120ff hex color red value is 209, green value is 32 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d120ff hue: 0.80 , saturation: 1.00 and the lightness value of d120ff is 0.56.

The process color (four color CMYK) of #d120ff color hex is 0.18, 0.87, 0.00, 0.00. Web safe color of #d120ff is #cc33ff. Color #d120ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 11111111
Octal 321 40 377
Decimal 209 32 255
Hex D1 20 FF

RGB Percentages of Color #d120ff

%42.14
%6.45
%51.41

CMYK Percentages of Color #d120ff

%18
%87
%0
%0

Triadic Colors of #d120ff

#d120ff #ffd120 #20ffd1

Analogous Colors of #d120ff

#d120ff #ff20be #6220ff

Monochromatic Colors of #d120ff

#d120ff

Complementary Color

#d120ff #4eff20

#d120ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d120ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d120ff Color CSS Codes

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

#d120ff Text Font Color

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

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


#d120ff Background Color

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

This div background color is #d120ff


#d120ff Border Color

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

This div border color is #d120ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d120ff


Comments

No comments written yet.

Please login to write comment.