Color Hex Logo

#d090ba Color Hex

#D090BA
(208,144,186)
0 Favorites   0 Comments

Color spaces of #d090ba

RGB 208144186
HSL0.890.410.69
HSV321°31°82°
CMYK 0.000.310.11   0.18
XYZ44.848636.901651.2133
Yxy36.90160.33730.2775
Hunter Lab60.746725.4779-7.4625
CIE-Lab67.203130.6261-12.0847

#d090ba color RGB value is (208,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 10111010
Octal 320 220 272
Decimal 208 144 186
Hex D0 90 BA

RGB Percentages of Color #d090ba

%38.66
%26.77
%34.57

CMYK Percentages of Color #d090ba

%0
%31
%11
%18

Triadic Colors of #d090ba

#d090ba #bad090 #90bad0

Analogous Colors of #d090ba

#d090ba #d0909a #c690d0

Monochromatic Colors of #d090ba

#d090ba

Complementary Color

#d090ba #90d0a6

#d090ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090ba Color CSS Codes

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

#d090ba Text Font Color

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

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


#d090ba Background Color

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

This div background color is #d090ba


#d090ba Border Color

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

This div border color is #d090ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090ba


Comments

No comments written yet.

Please login to write comment.