Color Hex Logo

#d180ed Color Hex

#D180ED
(209,128,237)
0 Favorites   0 Comments

Color spaces of #d180ed

RGB 209128237
HSL0.790.750.72
HSV285°46°93°
CMYK 0.120.460.00   0.07
XYZ49.299735.108184.2989
Yxy35.10810.29220.2081
Hunter Lab59.252144.8268-42.8764
CIE-Lab65.832749.0067-42.5561

#d180ed color RGB value is (209,128,237).

#d180ed hex color red value is 209, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d180ed hue: 0.79 , saturation: 0.75 and the lightness value of d180ed is 0.72.

The process color (four color CMYK) of #d180ed color hex is 0.12, 0.46, 0.00, 0.07. Web safe color of #d180ed is #cc99ff. Color #d180ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 11101101
Octal 321 200 355
Decimal 209 128 237
Hex D1 80 ED

RGB Percentages of Color #d180ed

%36.41
%22.30
%41.29

CMYK Percentages of Color #d180ed

%12
%46
%0
%7

Triadic Colors of #d180ed

#d180ed #edd180 #80edd1

Analogous Colors of #d180ed

#d180ed #ed80d3 #9b80ed

Monochromatic Colors of #d180ed

#d180ed

Complementary Color

#d180ed #9ced80

#d180ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d180ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d180ed Color CSS Codes

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

#d180ed Text Font Color

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

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


#d180ed Background Color

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

This div background color is #d180ed


#d180ed Border Color

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

This div border color is #d180ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d180ed


Comments

No comments written yet.

Please login to write comment.