Color Hex Logo

#b80ece Color Hex

#B80ECE
(184,14,206)
0 Favorites   0 Comments

Color spaces of #b80ece

RGB 18414206
HSL0.810.870.43
HSV293°93°81°
CMYK 0.110.930.00   0.19
XYZ31.064814.960759.6429
Yxy14.96070.29400.1416
Hunter Lab38.679175.6726-64.3495
CIE-Lab45.580378.9810-57.4696

#b80ece color RGB value is (184,14,206).

#b80ece hex color red value is 184, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b80ece hue: 0.81 , saturation: 0.87 and the lightness value of b80ece is 0.43.

The process color (four color CMYK) of #b80ece color hex is 0.11, 0.93, 0.00, 0.19. Web safe color of #b80ece is #cc00cc. Color #b80ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 11001110
Octal 270 16 316
Decimal 184 14 206
Hex B8 E CE

RGB Percentages of Color #b80ece

%45.54
%3.47
%50.99

CMYK Percentages of Color #b80ece

%11
%93
%0
%19

Triadic Colors of #b80ece

#b80ece #ceb80e #0eceb8

Analogous Colors of #b80ece

#b80ece #ce0e84 #580ece

Monochromatic Colors of #b80ece

#b80ece

Complementary Color

#b80ece #24ce0e

#b80ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ece Color CSS Codes

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

#b80ece Text Font Color

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

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


#b80ece Background Color

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

This div background color is #b80ece


#b80ece Border Color

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

This div border color is #b80ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ece


Comments

No comments written yet.

Please login to write comment.