Color Hex Logo

#d093bf Color Hex

#D093BF
(208,147,191)
0 Favorites   0 Comments

Color spaces of #d093bf

RGB 208147191
HSL0.880.390.70
HSV317°29°82°
CMYK 0.000.290.08   0.18
XYZ45.850138.038954.2159
Yxy38.03890.33200.2754
Hunter Lab61.675724.7656-8.9458
CIE-Lab68.049329.8552-13.6080

#d093bf color RGB value is (208,147,191).

#d093bf hex color red value is 208, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d093bf hue: 0.88 , saturation: 0.39 and the lightness value of d093bf is 0.70.

The process color (four color CMYK) of #d093bf color hex is 0.00, 0.29, 0.08, 0.18. Web safe color of #d093bf is #cc99cc. Color #d093bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 10111111
Octal 320 223 277
Decimal 208 147 191
Hex D0 93 BF

RGB Percentages of Color #d093bf

%38.10
%26.92
%34.98

CMYK Percentages of Color #d093bf

%0
%29
%8
%18

Triadic Colors of #d093bf

#d093bf #bfd093 #93bfd0

Analogous Colors of #d093bf

#d093bf #d093a1 #c393d0

Monochromatic Colors of #d093bf

#d093bf

Complementary Color

#d093bf #93d0a4

#d093bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d093bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d093bf Color CSS Codes

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

#d093bf Text Font Color

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

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


#d093bf Background Color

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

This div background color is #d093bf


#d093bf Border Color

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

This div border color is #d093bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d093bf


Comments

No comments written yet.

Please login to write comment.