Color Hex Logo

#b51edc Color Hex

#B51EDC
(181,30,220)
0 Favorites   0 Comments

Color spaces of #b51edc

RGB 18130220
HSL0.800.760.49
HSV288°86°86°
CMYK 0.180.860.00   0.14
XYZ32.438615.919669.0732
Yxy15.91960.27620.1356
Hunter Lab39.899475.2984-74.7124
CIE-Lab46.868878.4311-63.4543

#b51edc color RGB value is (181,30,220).

#b51edc hex color red value is 181, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b51edc hue: 0.80 , saturation: 0.76 and the lightness value of b51edc is 0.49.

The process color (four color CMYK) of #b51edc color hex is 0.18, 0.86, 0.00, 0.14. Web safe color of #b51edc is #cc33cc. Color #b51edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011110 11011100
Octal 265 36 334
Decimal 181 30 220
Hex B5 1E DC

RGB Percentages of Color #b51edc

%42.00
%6.96
%51.04

CMYK Percentages of Color #b51edc

%18
%86
%0
%14

Triadic Colors of #b51edc

#b51edc #dcb51e #1edcb5

Analogous Colors of #b51edc

#b51edc #dc1ea4 #561edc

Monochromatic Colors of #b51edc

#b51edc

Complementary Color

#b51edc #45dc1e

#b51edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51edc Color CSS Codes

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

#b51edc Text Font Color

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

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


#b51edc Background Color

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

This div background color is #b51edc


#b51edc Border Color

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

This div border color is #b51edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51edc


Comments

No comments written yet.

Please login to write comment.