Color Hex Logo

#b800af Color Hex

#B800AF
(184,0,175)
0 Favorites   0 Comments

Color spaces of #b800af

RGB 1840175
HSL0.841.000.36
HSV303°100°72°
CMYK 0.001.000.05   0.28
XYZ27.505013.285541.6721
Yxy13.28550.33350.1611
Hunter Lab36.449370.9117-42.2712
CIE-Lab43.190375.5898-43.1561

#b800af color RGB value is (184,0,175).

#b800af hex color red value is 184, green value is 0 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b800af hue: 0.84 , saturation: 1.00 and the lightness value of b800af is 0.36.

The process color (four color CMYK) of #b800af color hex is 0.00, 1.00, 0.05, 0.28. Web safe color of #b800af is #cc0099. Color #b800af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 10101111
Octal 270 0 257
Decimal 184 0 175
Hex B8 0 AF

RGB Percentages of Color #b800af

%51.25
%0.00
%48.75

CMYK Percentages of Color #b800af

%0
%100
%5
%28

Triadic Colors of #b800af

#b800af #afb800 #00afb8

Analogous Colors of #b800af

#b800af #b80053 #6500b8

Monochromatic Colors of #b800af

#b800af

Complementary Color

#b800af #00b809

#b800af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800af Color CSS Codes

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

#b800af Text Font Color

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

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


#b800af Background Color

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

This div background color is #b800af


#b800af Border Color

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

This div border color is #b800af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,0,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b800af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b800af;
  -webkit-box-shadow: 1px 1px 3px 2px #b800af;
  box-shadow:         1px 1px 3px 2px #b800af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,0,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800af


Comments

No comments written yet.

Please login to write comment.