Color Hex Logo

#d090bc Color Hex

#D090BC
(208,144,188)
0 Favorites   0 Comments

Color spaces of #d090bc

RGB 208144188
HSL0.890.410.69
HSV319°31°82°
CMYK 0.000.310.10   0.18
XYZ45.062836.987352.3411
Yxy36.98730.33530.2752
Hunter Lab60.817225.8304-8.4547
CIE-Lab67.267530.9674-13.1072

#d090bc color RGB value is (208,144,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 10111100
Octal 320 220 274
Decimal 208 144 188
Hex D0 90 BC

RGB Percentages of Color #d090bc

%38.52
%26.67
%34.81

CMYK Percentages of Color #d090bc

%0
%31
%10
%18

Triadic Colors of #d090bc

#d090bc #bcd090 #90bcd0

Analogous Colors of #d090bc

#d090bc #d0909c #c490d0

Monochromatic Colors of #d090bc

#d090bc

Complementary Color

#d090bc #90d0a4

#d090bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090bc Color CSS Codes

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

#d090bc Text Font Color

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

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


#d090bc Background Color

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

This div background color is #d090bc


#d090bc Border Color

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

This div border color is #d090bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090bc


Comments

No comments written yet.

Please login to write comment.