Color Hex Logo

#bd095a Color Hex

#BD095A
(189,9,90)
0 Favorites   0 Comments

Color spaces of #bd095a

RGB 189990
HSL0.930.910.39
HSV333°95°74°
CMYK 0.000.950.52   0.26
XYZ22.929411.752410.7328
Yxy11.75240.50490.2588
Hunter Lab34.281859.39685.4350
CIE-Lab40.819966.34555.5775

#bd095a color RGB value is (189,9,90).

#bd095a hex color red value is 189, green value is 9 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd095a hue: 0.93 , saturation: 0.91 and the lightness value of bd095a is 0.39.

The process color (four color CMYK) of #bd095a color hex is 0.00, 0.95, 0.52, 0.26. Web safe color of #bd095a is #cc0066. Color #bd095a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001001 01011010
Octal 275 11 132
Decimal 189 9 90
Hex BD 9 5A

RGB Percentages of Color #bd095a

%65.63
%3.13
%31.25

CMYK Percentages of Color #bd095a

%0
%95
%52
%26

Triadic Colors of #bd095a

#bd095a #5abd09 #095abd

Analogous Colors of #bd095a

#bd095a #bd1209 #bd09b4

Monochromatic Colors of #bd095a

#bd095a

Complementary Color

#bd095a #09bd6c

#bd095a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd095a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd095a Color CSS Codes

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

#bd095a Text Font Color

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

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


#bd095a Background Color

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

This div background color is #bd095a


#bd095a Border Color

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

This div border color is #bd095a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,9,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd095a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd095a;
  -webkit-box-shadow: 1px 1px 3px 2px #bd095a;
  box-shadow:         1px 1px 3px 2px #bd095a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,9,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd095a


Comments

No comments written yet.

Please login to write comment.