Color Hex Logo

#b80ebd Color Hex

#B80EBD
(184,14,189)
0 Favorites   0 Comments

Color spaces of #b80ebd

RGB 18414189
HSL0.830.860.40
HSV298°93°74°
CMYK 0.030.930.00   0.26
XYZ29.109514.178549.3466
Yxy14.17850.31420.1531
Hunter Lab37.654372.0981-51.3424
CIE-Lab44.487876.3067-49.3358

#b80ebd color RGB value is (184,14,189).

#b80ebd hex color red value is 184, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b80ebd hue: 0.83 , saturation: 0.86 and the lightness value of b80ebd is 0.40.

The process color (four color CMYK) of #b80ebd color hex is 0.03, 0.93, 0.00, 0.26. Web safe color of #b80ebd is #cc00cc. Color #b80ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 10111101
Octal 270 16 275
Decimal 184 14 189
Hex B8 E BD

RGB Percentages of Color #b80ebd

%47.55
%3.62
%48.84

CMYK Percentages of Color #b80ebd

%3
%93
%0
%26

Triadic Colors of #b80ebd

#b80ebd #bdb80e #0ebdb8

Analogous Colors of #b80ebd

#b80ebd #bd0e6b #600ebd

Monochromatic Colors of #b80ebd

#b80ebd

Complementary Color

#b80ebd #13bd0e

#b80ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ebd Color CSS Codes

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

#b80ebd Text Font Color

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

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


#b80ebd Background Color

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

This div background color is #b80ebd


#b80ebd Border Color

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

This div border color is #b80ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ebd


Comments

No comments written yet.

Please login to write comment.