Color Hex Logo

#b810ad Color Hex

#B810AD
(184,16,173)
0 Favorites   0 Comments

Color spaces of #b810ad

RGB 18416173
HSL0.840.840.39
HSV304°91°72°
CMYK 0.000.910.06   0.28
XYZ27.495313.578140.7068
Yxy13.57810.33620.1660
Hunter Lab36.848568.7069-39.7042
CIE-Lab43.621773.6915-41.2824

#b810ad color RGB value is (184,16,173).

#b810ad hex color red value is 184, green value is 16 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b810ad hue: 0.84 , saturation: 0.84 and the lightness value of b810ad is 0.39.

The process color (four color CMYK) of #b810ad color hex is 0.00, 0.91, 0.06, 0.28. Web safe color of #b810ad is #cc0099. Color #b810ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010000 10101101
Octal 270 20 255
Decimal 184 16 173
Hex B8 10 AD

RGB Percentages of Color #b810ad

%49.33
%4.29
%46.38

CMYK Percentages of Color #b810ad

%0
%91
%6
%28

Triadic Colors of #b810ad

#b810ad #adb810 #10adb8

Analogous Colors of #b810ad

#b810ad #b81059 #6f10b8

Monochromatic Colors of #b810ad

#b810ad

Complementary Color

#b810ad #10b81b

#b810ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b810ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b810ad Color CSS Codes

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

#b810ad Text Font Color

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

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


#b810ad Background Color

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

This div background color is #b810ad


#b810ad Border Color

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

This div border color is #b810ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b810ad


Comments

No comments written yet.

Please login to write comment.