color codes Logo

#b80ebe color codes

#B80EBE
(184,14,190)
0 Favorites   0 Comments

Color spaces of #b80ebe

RGB 18414190
HSL0.830.860.40
HSV298°93°75°
CMYK 0.030.930.00   0.25
XYZ29.218514.222149.9204
Yxy14.22210.31300.1523
Hunter Lab37.712272.3011-52.0848
CIE-Lab44.549876.4599-49.8222

#b80ebe color RGB value is (184,14,190).

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

The process color (four color CMYK) of #b80ebe color code is 0.03, 0.93, 0.00, 0.25. Web safe color of #b80ebe is #cc00cc. Color #b80ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 10111110
Octal 270 16 276
Decimal 184 14 190
Hex B8 E BE

RGB Percentages of Color #b80ebe

%47.42
%3.61
%48.97

CMYK Percentages of Color #b80ebe

%3
%93
%0
%25

Triadic Colors of #b80ebe

#b80ebe #beb80e #0ebeb8

Analogous Colors of #b80ebe

#b80ebe #be0e6c #600ebe

Monochromatic Colors of #b80ebe

#b80ebe

Complementary Color

#b80ebe #14be0e

#b80ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ebe Color CSS Codes

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

#b80ebe Text Font Color

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

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


#b80ebe Background Color

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

This div background color is #b80ebe


#b80ebe Border Color

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

This div border color is #b80ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ebe


Comments

No comments written yet.

Please login to write comment.