Color Hex Logo

#d098fe Color Hex

#D098FE
(208,152,254)
0 Favorites   0 Comments

Color spaces of #d098fe

RGB 208152254
HSL0.760.980.80
HSV273°40°100°
CMYK 0.180.400.00   0.00
XYZ55.130143.022199.1644
Yxy43.02210.27940.2180
Hunter Lab65.591235.2464-43.7240
CIE-Lab71.570039.5279-42.8804

#d098fe color RGB value is (208,152,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 11111110
Octal 320 230 376
Decimal 208 152 254
Hex D0 98 FE

RGB Percentages of Color #d098fe

%33.88
%24.76
%41.37

CMYK Percentages of Color #d098fe

%18
%40
%0
%0

Triadic Colors of #d098fe

#d098fe #fed098 #98fed0

Analogous Colors of #d098fe

#d098fe #fe98f9 #9d98fe

Monochromatic Colors of #d098fe

#d098fe

Complementary Color

#d098fe #c6fe98

#d098fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d098fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d098fe Color CSS Codes

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

#d098fe Text Font Color

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

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


#d098fe Background Color

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

This div background color is #d098fe


#d098fe Border Color

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

This div border color is #d098fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d098fe

Related Colors


Comments

No comments written yet.

Please login to write comment.