Color Hex Logo

#b80098 Color Hex

#B80098
(184,0,152)
0 Favorites   0 Comments

Color spaces of #b80098

RGB 1840152
HSL0.861.000.36
HSV310°100°72°
CMYK 0.001.000.17   0.28
XYZ25.434712.457330.7697
Yxy12.45730.37040.1814
Hunter Lab35.294966.8671-26.9819
CIE-Lab41.933972.4903-31.3595

#b80098 color RGB value is (184,0,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 10011000
Octal 270 0 230
Decimal 184 0 152
Hex B8 0 98

RGB Percentages of Color #b80098

%54.76
%0.00
%45.24

CMYK Percentages of Color #b80098

%0
%100
%17
%28

Triadic Colors of #b80098

#b80098 #98b800 #0098b8

Analogous Colors of #b80098

#b80098 #b8003c #7c00b8

Monochromatic Colors of #b80098

#b80098

Complementary Color

#b80098 #00b820

#b80098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80098 Color CSS Codes

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

#b80098 Text Font Color

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

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


#b80098 Background Color

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

This div background color is #b80098


#b80098 Border Color

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

This div border color is #b80098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80098


Comments

No comments written yet.

Please login to write comment.