Color Hex Logo

#b251ed Color Hex

#B251ED
(178,81,237)
0 Favorites   0 Comments

Color spaces of #b251ed

RGB 17881237
HSL0.770.810.62
HSV277°66°93°
CMYK 0.250.660.00   0.07
XYZ36.588621.464382.3353
Yxy21.46430.26060.1529
Hunter Lab46.329659.8929-72.9374
CIE-Lab53.453964.3540-62.4617

#b251ed color RGB value is (178,81,237).

#b251ed hex color red value is 178, green value is 81 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b251ed hue: 0.77 , saturation: 0.81 and the lightness value of b251ed is 0.62.

The process color (four color CMYK) of #b251ed color hex is 0.25, 0.66, 0.00, 0.07. Web safe color of #b251ed is #9966ff. Color #b251ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 11101101
Octal 262 121 355
Decimal 178 81 237
Hex B2 51 ED

RGB Percentages of Color #b251ed

%35.89
%16.33
%47.78

CMYK Percentages of Color #b251ed

%25
%66
%0
%7

Triadic Colors of #b251ed

#b251ed #edb251 #51edb2

Analogous Colors of #b251ed

#b251ed #ed51da #6451ed

Monochromatic Colors of #b251ed

#b251ed

Complementary Color

#b251ed #8ced51

#b251ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b251ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b251ed Color CSS Codes

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

#b251ed Text Font Color

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

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


#b251ed Background Color

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

This div background color is #b251ed


#b251ed Border Color

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

This div border color is #b251ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,81,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b251ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b251ed;
  -webkit-box-shadow: 1px 1px 3px 2px #b251ed;
  box-shadow:         1px 1px 3px 2px #b251ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,81,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b251ed


Comments

No comments written yet.

Please login to write comment.