Color Hex Logo

#d182ea Color Hex

#D182EA
(209,130,234)
0 Favorites   0 Comments

Color spaces of #d182ea

RGB 209130234
HSL0.790.710.71
HSV286°44°92°
CMYK 0.110.440.00   0.08
XYZ49.128435.461182.0972
Yxy35.46110.29470.2127
Hunter Lab59.549243.0522-40.0554
CIE-Lab66.106147.3626-40.4719

#d182ea color RGB value is (209,130,234).

#d182ea hex color red value is 209, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d182ea hue: 0.79 , saturation: 0.71 and the lightness value of d182ea is 0.71.

The process color (four color CMYK) of #d182ea color hex is 0.11, 0.44, 0.00, 0.08. Web safe color of #d182ea is #cc99ff. Color #d182ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 11101010
Octal 321 202 352
Decimal 209 130 234
Hex D1 82 EA

RGB Percentages of Color #d182ea

%36.47
%22.69
%40.84

CMYK Percentages of Color #d182ea

%11
%44
%0
%8

Triadic Colors of #d182ea

#d182ea #ead182 #82ead1

Analogous Colors of #d182ea

#d182ea #ea82cf #9d82ea

Monochromatic Colors of #d182ea

#d182ea

Complementary Color

#d182ea #9bea82

#d182ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d182ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d182ea Color CSS Codes

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

#d182ea Text Font Color

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

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


#d182ea Background Color

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

This div background color is #d182ea


#d182ea Border Color

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

This div border color is #d182ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d182ea


Comments

No comments written yet.

Please login to write comment.