Color Hex Logo

#b51edd Color Hex

#B51EDD
(181,30,221)
0 Favorites   0 Comments

Color spaces of #b51edd

RGB 18130221
HSL0.800.760.49
HSV287°86°87°
CMYK 0.180.860.00   0.13
XYZ32.571515.972869.7730
Yxy15.97280.27530.1350
Hunter Lab39.966075.5335-75.5329
CIE-Lab46.938878.6061-63.9121

#b51edd color RGB value is (181,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011110 11011101
Octal 265 36 335
Decimal 181 30 221
Hex B5 1E DD

RGB Percentages of Color #b51edd

%41.90
%6.94
%51.16

CMYK Percentages of Color #b51edd

%18
%86
%0
%13

Triadic Colors of #b51edd

#b51edd #ddb51e #1eddb5

Analogous Colors of #b51edd

#b51edd #dd1ea6 #551edd

Monochromatic Colors of #b51edd

#b51edd

Complementary Color

#b51edd #46dd1e

#b51edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51edd Color CSS Codes

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

#b51edd Text Font Color

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

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


#b51edd Background Color

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

This div background color is #b51edd


#b51edd Border Color

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

This div border color is #b51edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,30,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51edd


Comments

No comments written yet.

Please login to write comment.