Color Hex Logo

#d091eb Color Hex

#D091EB
(208,145,235)
0 Favorites   0 Comments

Color spaces of #d091eb

RGB 208145235
HSL0.780.690.75
HSV282°38°92°
CMYK 0.110.380.00   0.08
XYZ51.133239.658983.5572
Yxy39.65890.29330.2275
Hunter Lab62.975334.7274-34.5847
CIE-Lab69.225939.3008-36.1657

#d091eb color RGB value is (208,145,235).

#d091eb hex color red value is 208, green value is 145 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d091eb hue: 0.78 , saturation: 0.69 and the lightness value of d091eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010001 11101011
Octal 320 221 353
Decimal 208 145 235
Hex D0 91 EB

RGB Percentages of Color #d091eb

%35.37
%24.66
%39.97

CMYK Percentages of Color #d091eb

%11
%38
%0
%8

Triadic Colors of #d091eb

#d091eb #ebd091 #91ebd0

Analogous Colors of #d091eb

#d091eb #eb91d9 #a391eb

Monochromatic Colors of #d091eb

#d091eb

Complementary Color

#d091eb #aceb91

#d091eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d091eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d091eb Color CSS Codes

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

#d091eb Text Font Color

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

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


#d091eb Background Color

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

This div background color is #d091eb


#d091eb Border Color

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

This div border color is #d091eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,145,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d091eb


Comments

No comments written yet.

Please login to write comment.