Color Hex Logo

#b80cde Color Hex

#B80CDE
(184,12,222)
0 Favorites   0 Comments

Color spaces of #b80cde

RGB 18412222
HSL0.800.900.46
HSV289°95°87°
CMYK 0.170.950.00   0.13
XYZ33.083515.727270.3992
Yxy15.72720.27750.1319
Hunter Lab39.657579.5094-77.4901
CIE-Lab46.614581.8276-64.9854

#b80cde color RGB value is (184,12,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001100 11011110
Octal 270 14 336
Decimal 184 12 222
Hex B8 C DE

RGB Percentages of Color #b80cde

%44.02
%2.87
%53.11

CMYK Percentages of Color #b80cde

%17
%95
%0
%13

Triadic Colors of #b80cde

#b80cde #deb80c #0cdeb8

Analogous Colors of #b80cde

#b80cde #de0c9b #4f0cde

Monochromatic Colors of #b80cde

#b80cde

Complementary Color

#b80cde #32de0c

#b80cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80cde Color CSS Codes

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

#b80cde Text Font Color

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

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


#b80cde Background Color

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

This div background color is #b80cde


#b80cde Border Color

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

This div border color is #b80cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,12,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 #b80cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80cde


Comments

No comments written yet.

Please login to write comment.