Color Hex Logo

#d182e1 Color Hex

#D182E1
(209,130,225)
0 Favorites   0 Comments

Color spaces of #d182e1

RGB 209130225
HSL0.810.610.70
HSV290°42°88°
CMYK 0.070.420.00   0.12
XYZ47.867734.956875.4586
Yxy34.95680.30240.2208
Hunter Lab59.124341.0482-34.2831
CIE-Lab65.715045.5861-36.1010

#d182e1 color RGB value is (209,130,225).

#d182e1 hex color red value is 209, green value is 130 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d182e1 hue: 0.81 , saturation: 0.61 and the lightness value of d182e1 is 0.70.

The process color (four color CMYK) of #d182e1 color hex is 0.07, 0.42, 0.00, 0.12. Web safe color of #d182e1 is #cc99cc. Color #d182e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 11100001
Octal 321 202 341
Decimal 209 130 225
Hex D1 82 E1

RGB Percentages of Color #d182e1

%37.06
%23.05
%39.89

CMYK Percentages of Color #d182e1

%7
%42
%0
%12

Triadic Colors of #d182e1

#d182e1 #e1d182 #82e1d1

Analogous Colors of #d182e1

#d182e1 #e182c2 #a282e1

Monochromatic Colors of #d182e1

#d182e1

Complementary Color

#d182e1 #92e182

#d182e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d182e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d182e1 Color CSS Codes

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

#d182e1 Text Font Color

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

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


#d182e1 Background Color

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

This div background color is #d182e1


#d182e1 Border Color

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

This div border color is #d182e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d182e1


Comments

No comments written yet.

Please login to write comment.