Color Hex Logo

#d181ec Color Hex

#D181EC
(209,129,236)
0 Favorites   0 Comments

Color spaces of #d181ec

RGB 209129236
HSL0.790.740.72
HSV285°45°93°
CMYK 0.110.450.00   0.07
XYZ49.285135.312083.5752
Yxy35.31200.29310.2100
Hunter Lab59.423944.0528-41.7901
CIE-Lab65.990948.2855-41.7565

#d181ec color RGB value is (209,129,236).

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

The process color (four color CMYK) of #d181ec color hex is 0.11, 0.45, 0.00, 0.07. Web safe color of #d181ec is #cc99ff. Color #d181ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 11101100
Octal 321 201 354
Decimal 209 129 236
Hex D1 81 EC

RGB Percentages of Color #d181ec

%36.41
%22.47
%41.11

CMYK Percentages of Color #d181ec

%11
%45
%0
%7

Triadic Colors of #d181ec

#d181ec #ecd181 #81ecd1

Analogous Colors of #d181ec

#d181ec #ec81d2 #9c81ec

Monochromatic Colors of #d181ec

#d181ec

Complementary Color

#d181ec #9cec81

#d181ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d181ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d181ec Color CSS Codes

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

#d181ec Text Font Color

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

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


#d181ec Background Color

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

This div background color is #d181ec


#d181ec Border Color

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

This div border color is #d181ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d181ec


Comments

No comments written yet.

Please login to write comment.