Color Hex Logo

#d089ea Color Hex

#D089EA
(208,137,234)
0 Favorites   0 Comments

Color spaces of #d089ea

RGB 208137234
HSL0.790.700.73
HSV284°41°92°
CMYK 0.110.410.00   0.08
XYZ49.809437.241782.4050
Yxy37.24170.29390.2198
Hunter Lab61.026038.8962-37.3427
CIE-Lab67.458043.3811-38.3683

#d089ea color RGB value is (208,137,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 11101010
Octal 320 211 352
Decimal 208 137 234
Hex D0 89 EA

RGB Percentages of Color #d089ea

%35.92
%23.66
%40.41

CMYK Percentages of Color #d089ea

%11
%41
%0
%8

Triadic Colors of #d089ea

#d089ea #ead089 #89ead0

Analogous Colors of #d089ea

#d089ea #ea89d4 #a089ea

Monochromatic Colors of #d089ea

#d089ea

Complementary Color

#d089ea #a3ea89

#d089ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089ea Color CSS Codes

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

#d089ea Text Font Color

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

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


#d089ea Background Color

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

This div background color is #d089ea


#d089ea Border Color

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

This div border color is #d089ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089ea


Comments

No comments written yet.

Please login to write comment.