Color Hex Logo

#d091bc Color Hex

#D091BC
(208,145,188)
0 Favorites   0 Comments

Color spaces of #d091bc

RGB 208145188
HSL0.890.400.69
HSV319°30°82°
CMYK 0.000.300.10   0.18
XYZ45.214937.291552.3919
Yxy37.29150.33520.2764
Hunter Lab61.066825.2977-8.1208
CIE-Lab67.495230.4243-12.7653

#d091bc color RGB value is (208,145,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010001 10111100
Octal 320 221 274
Decimal 208 145 188
Hex D0 91 BC

RGB Percentages of Color #d091bc

%38.45
%26.80
%34.75

CMYK Percentages of Color #d091bc

%0
%30
%10
%18

Triadic Colors of #d091bc

#d091bc #bcd091 #91bcd0

Analogous Colors of #d091bc

#d091bc #d0919d #c591d0

Monochromatic Colors of #d091bc

#d091bc

Complementary Color

#d091bc #91d0a5

#d091bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d091bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d091bc Color CSS Codes

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

#d091bc Text Font Color

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

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


#d091bc Background Color

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

This div background color is #d091bc


#d091bc Border Color

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

This div border color is #d091bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d091bc


Comments

No comments written yet.

Please login to write comment.