Color Hex Logo

#b907ad Color Hex

#B907AD
(185,7,173)
0 Favorites   0 Comments

Color spaces of #b907ad

RGB 1857173
HSL0.840.930.38
HSV304°96°73°
CMYK 0.000.960.06   0.27
XYZ27.626413.483440.6816
Yxy13.48340.33780.1649
Hunter Lab36.719770.0364-39.9832
CIE-Lab43.482874.8151-41.4922

#b907ad color RGB value is (185,7,173).

#b907ad hex color red value is 185, green value is 7 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b907ad hue: 0.84 , saturation: 0.93 and the lightness value of b907ad is 0.38.

The process color (four color CMYK) of #b907ad color hex is 0.00, 0.96, 0.06, 0.27. Web safe color of #b907ad is #cc0099. Color #b907ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000111 10101101
Octal 271 7 255
Decimal 185 7 173
Hex B9 7 AD

RGB Percentages of Color #b907ad

%50.68
%1.92
%47.40

CMYK Percentages of Color #b907ad

%0
%96
%6
%27

Triadic Colors of #b907ad

#b907ad #adb907 #07adb9

Analogous Colors of #b907ad

#b907ad #b90754 #6c07b9

Monochromatic Colors of #b907ad

#b907ad

Complementary Color

#b907ad #07b913

#b907ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b907ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b907ad Color CSS Codes

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

#b907ad Text Font Color

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

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


#b907ad Background Color

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

This div background color is #b907ad


#b907ad Border Color

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

This div border color is #b907ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,7,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b907ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b907ad;
  -webkit-box-shadow: 1px 1px 3px 2px #b907ad;
  box-shadow:         1px 1px 3px 2px #b907ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,7,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b907ad


Comments

No comments written yet.

Please login to write comment.