Color Hex Logo

#d090bf Color Hex

#D090BF
(208,144,191)
0 Favorites   0 Comments

Color spaces of #d090bf

RGB 208144191
HSL0.880.410.69
HSV316°31°82°
CMYK 0.000.310.08   0.18
XYZ45.389737.118054.0624
Yxy37.11800.33240.2718
Hunter Lab60.924526.3672-9.9648
CIE-Lab67.365531.4857-14.6372

#d090bf color RGB value is (208,144,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 10111111
Octal 320 220 277
Decimal 208 144 191
Hex D0 90 BF

RGB Percentages of Color #d090bf

%38.31
%26.52
%35.17

CMYK Percentages of Color #d090bf

%0
%31
%8
%18

Triadic Colors of #d090bf

#d090bf #bfd090 #90bfd0

Analogous Colors of #d090bf

#d090bf #d0909f #c190d0

Monochromatic Colors of #d090bf

#d090bf

Complementary Color

#d090bf #90d0a1

#d090bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090bf Color CSS Codes

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

#d090bf Text Font Color

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

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


#d090bf Background Color

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

This div background color is #d090bf


#d090bf Border Color

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

This div border color is #d090bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090bf


Comments

No comments written yet.

Please login to write comment.