Color Hex Logo

#d081ea Color Hex

#D081EA
(208,129,234)
0 Favorites   0 Comments

Color spaces of #d081ea

RGB 208129234
HSL0.790.710.71
HSV285°45°92°
CMYK 0.110.450.00   0.08
XYZ48.714035.050982.0399
Yxy35.05090.29380.2114
Hunter Lab59.203843.2665-40.7167
CIE-Lab65.788347.6011-40.9775

#d081ea color RGB value is (208,129,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 11101010
Octal 320 201 352
Decimal 208 129 234
Hex D0 81 EA

RGB Percentages of Color #d081ea

%36.43
%22.59
%40.98

CMYK Percentages of Color #d081ea

%11
%45
%0
%8

Triadic Colors of #d081ea

#d081ea #ead081 #81ead0

Analogous Colors of #d081ea

#d081ea #ea81d0 #9c81ea

Monochromatic Colors of #d081ea

#d081ea

Complementary Color

#d081ea #9bea81

#d081ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081ea Color CSS Codes

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

#d081ea Text Font Color

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

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


#d081ea Background Color

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

This div background color is #d081ea


#d081ea Border Color

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

This div border color is #d081ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,129,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 #d081ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081ea


Comments

No comments written yet.

Please login to write comment.