Color Hex Logo

#d182ef Color Hex

#D182EF
(209,130,239)
0 Favorites   0 Comments

Color spaces of #d182ef

RGB 209130239
HSL0.790.770.72
HSV283°46°94°
CMYK 0.130.460.00   0.06
XYZ49.857135.752685.9345
Yxy35.75260.29060.2084
Hunter Lab59.793544.1986-43.3555
CIE-Lab66.330548.3697-42.8781

#d182ef color RGB value is (209,130,239).

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

The process color (four color CMYK) of #d182ef color hex is 0.13, 0.46, 0.00, 0.06. Web safe color of #d182ef is #cc99ff. Color #d182ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 11101111
Octal 321 202 357
Decimal 209 130 239
Hex D1 82 EF

RGB Percentages of Color #d182ef

%36.16
%22.49
%41.35

CMYK Percentages of Color #d182ef

%13
%46
%0
%6

Triadic Colors of #d182ef

#d182ef #efd182 #82efd1

Analogous Colors of #d182ef

#d182ef #ef82d7 #9b82ef

Monochromatic Colors of #d182ef

#d182ef

Complementary Color

#d182ef #a0ef82

#d182ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d182ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d182ef Color CSS Codes

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

#d182ef Text Font Color

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

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


#d182ef Background Color

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

This div background color is #d182ef


#d182ef Border Color

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

This div border color is #d182ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d182ef


Comments

No comments written yet.

Please login to write comment.