Color Hex Logo

#d099eb Color Hex

#D099EB
(208,153,235)
0 Favorites   0 Comments

Color spaces of #d099eb

RGB 208153235
HSL0.780.670.76
HSV280°35°92°
CMYK 0.110.350.00   0.08
XYZ52.399142.190583.9791
Yxy42.19050.29340.2363
Hunter Lab64.954230.3275-31.1879
CIE-Lab71.002134.9734-33.4110

#d099eb color RGB value is (208,153,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 11101011
Octal 320 231 353
Decimal 208 153 235
Hex D0 99 EB

RGB Percentages of Color #d099eb

%34.90
%25.67
%39.43

CMYK Percentages of Color #d099eb

%11
%35
%0
%8

Triadic Colors of #d099eb

#d099eb #ebd099 #99ebd0

Analogous Colors of #d099eb

#d099eb #eb99dd #a799eb

Monochromatic Colors of #d099eb

#d099eb

Complementary Color

#d099eb #b4eb99

#d099eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d099eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d099eb Color CSS Codes

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

#d099eb Text Font Color

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

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


#d099eb Background Color

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

This div background color is #d099eb


#d099eb Border Color

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

This div border color is #d099eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d099eb


Comments

No comments written yet.

Please login to write comment.