Color Hex Logo

#b80edc Color Hex

#B80EDC
(184,14,220)
0 Favorites   0 Comments

Color spaces of #b80edc

RGB 18414220
HSL0.800.880.46
HSV290°94°86°
CMYK 0.160.940.00   0.14
XYZ32.842515.671769.0041
Yxy15.67170.27950.1334
Hunter Lab39.587578.8087-75.6359
CIE-Lab46.540881.2893-63.9625

#b80edc color RGB value is (184,14,220).

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

The process color (four color CMYK) of #b80edc color hex is 0.16, 0.94, 0.00, 0.14. Web safe color of #b80edc is #cc00cc. Color #b80edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 11011100
Octal 270 16 334
Decimal 184 14 220
Hex B8 E DC

RGB Percentages of Color #b80edc

%44.02
%3.35
%52.63

CMYK Percentages of Color #b80edc

%16
%94
%0
%14

Triadic Colors of #b80edc

#b80edc #dcb80e #0edcb8

Analogous Colors of #b80edc

#b80edc #dc0e99 #510edc

Monochromatic Colors of #b80edc

#b80edc

Complementary Color

#b80edc #32dc0e

#b80edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80edc Color CSS Codes

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

#b80edc Text Font Color

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

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


#b80edc Background Color

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

This div background color is #b80edc


#b80edc Border Color

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

This div border color is #b80edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80edc


Comments

No comments written yet.

Please login to write comment.