Color Hex Logo

#b80ede Color Hex

#B80EDE
(184,14,222)
0 Favorites   0 Comments

Color spaces of #b80ede

RGB 18414222
HSL0.800.880.46
HSV289°94°87°
CMYK 0.170.940.00   0.13
XYZ33.109015.778370.4077
Yxy15.77830.27750.1323
Hunter Lab39.721979.2700-77.2871
CIE-Lab46.682381.6259-64.8756

#b80ede color RGB value is (184,14,222).

#b80ede hex color red value is 184, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b80ede hue: 0.80 , saturation: 0.88 and the lightness value of b80ede is 0.46.

The process color (four color CMYK) of #b80ede color hex is 0.17, 0.94, 0.00, 0.13. Web safe color of #b80ede is #cc00cc. Color #b80ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 11011110
Octal 270 16 336
Decimal 184 14 222
Hex B8 E DE

RGB Percentages of Color #b80ede

%43.81
%3.33
%52.86

CMYK Percentages of Color #b80ede

%17
%94
%0
%13

Triadic Colors of #b80ede

#b80ede #deb80e #0edeb8

Analogous Colors of #b80ede

#b80ede #de0e9c #500ede

Monochromatic Colors of #b80ede

#b80ede

Complementary Color

#b80ede #34de0e

#b80ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ede Color CSS Codes

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

#b80ede Text Font Color

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

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


#b80ede Background Color

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

This div background color is #b80ede


#b80ede Border Color

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

This div border color is #b80ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ede


Comments

No comments written yet.

Please login to write comment.