Color Hex Logo

#d098da Color Hex

#D098DA
(208,152,218)
0 Favorites   0 Comments

Color spaces of #d098da

RGB 208152218
HSL0.810.470.73
HSV291°30°85°
CMYK 0.050.300.00   0.15
XYZ49.895540.928371.5998
Yxy40.92830.30720.2520
Hunter Lab63.975227.2589-21.5735
CIE-Lab70.125732.1146-25.4266

#d098da color RGB value is (208,152,218).

#d098da hex color red value is 208, green value is 152 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d098da hue: 0.81 , saturation: 0.47 and the lightness value of d098da is 0.73.

The process color (four color CMYK) of #d098da color hex is 0.05, 0.30, 0.00, 0.15. Web safe color of #d098da is #cc99cc. Color #d098da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 11011010
Octal 320 230 332
Decimal 208 152 218
Hex D0 98 DA

RGB Percentages of Color #d098da

%35.99
%26.30
%37.72

CMYK Percentages of Color #d098da

%5
%30
%0
%15

Triadic Colors of #d098da

#d098da #dad098 #98dad0

Analogous Colors of #d098da

#d098da #da98c3 #af98da

Monochromatic Colors of #d098da

#d098da

Complementary Color

#d098da #a2da98

#d098da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d098da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d098da Color CSS Codes

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

#d098da Text Font Color

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

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


#d098da Background Color

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

This div background color is #d098da


#d098da Border Color

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

This div border color is #d098da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d098da


Comments

No comments written yet.

Please login to write comment.