Color Hex Logo

#d093da Color Hex

#D093DA
(208,147,218)
0 Favorites   0 Comments

Color spaces of #d093da

RGB 208147218
HSL0.810.490.72
HSV292°33°85°
CMYK 0.050.330.00   0.15
XYZ49.101039.339371.3350
Yxy39.33930.30730.2462
Hunter Lab62.721029.9764-23.5280
CIE-Lab68.996334.8301-27.1590

#d093da color RGB value is (208,147,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 11011010
Octal 320 223 332
Decimal 208 147 218
Hex D0 93 DA

RGB Percentages of Color #d093da

%36.30
%25.65
%38.05

CMYK Percentages of Color #d093da

%5
%33
%0
%15

Triadic Colors of #d093da

#d093da #dad093 #93dad0

Analogous Colors of #d093da

#d093da #da93c1 #ad93da

Monochromatic Colors of #d093da

#d093da

Complementary Color

#d093da #9dda93

#d093da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d093da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d093da Color CSS Codes

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

#d093da Text Font Color

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

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


#d093da Background Color

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

This div background color is #d093da


#d093da Border Color

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

This div border color is #d093da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d093da


Comments

No comments written yet.

Please login to write comment.