Color Hex Logo

#d089fe Color Hex

#D089FE
(208,137,254)
0 Favorites   0 Comments

Color spaces of #d089fe

RGB 208137254
HSL0.770.980.77
HSV276°46°100°
CMYK 0.180.460.00   0.00
XYZ52.847538.457098.4035
Yxy38.45700.27860.2027
Hunter Lab62.013743.5920-50.6719
CIE-Lab68.356147.5446-47.9245

#d089fe color RGB value is (208,137,254).

#d089fe hex color red value is 208, green value is 137 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d089fe hue: 0.77 , saturation: 0.98 and the lightness value of d089fe is 0.77.

The process color (four color CMYK) of #d089fe color hex is 0.18, 0.46, 0.00, 0.00. Web safe color of #d089fe is #cc99ff. Color #d089fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 11111110
Octal 320 211 376
Decimal 208 137 254
Hex D0 89 FE

RGB Percentages of Color #d089fe

%34.72
%22.87
%42.40

CMYK Percentages of Color #d089fe

%18
%46
%0
%0

Triadic Colors of #d089fe

#d089fe #fed089 #89fed0

Analogous Colors of #d089fe

#d089fe #fe89f2 #9689fe

Monochromatic Colors of #d089fe

#d089fe

Complementary Color

#d089fe #b7fe89

#d089fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089fe Color CSS Codes

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

#d089fe Text Font Color

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

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


#d089fe Background Color

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

This div background color is #d089fe


#d089fe Border Color

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

This div border color is #d089fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089fe

Related Colors


Comments

No comments written yet.

Please login to write comment.