Color Hex Logo

#b254ed Color Hex

#B254ED
(178,84,237)
0 Favorites   0 Comments

Color spaces of #b254ed

RGB 17884237
HSL0.770.810.63
HSV277°65°93°
CMYK 0.250.650.00   0.07
XYZ36.816521.920082.4113
Yxy21.92000.26080.1553
Hunter Lab46.818858.4326-71.5902
CIE-Lab53.942063.0038-61.6763

#b254ed color RGB value is (178,84,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 11101101
Octal 262 124 355
Decimal 178 84 237
Hex B2 54 ED

RGB Percentages of Color #b254ed

%35.67
%16.83
%47.49

CMYK Percentages of Color #b254ed

%25
%65
%0
%7

Triadic Colors of #b254ed

#b254ed #edb254 #54edb2

Analogous Colors of #b254ed

#b254ed #ed54dc #6654ed

Monochromatic Colors of #b254ed

#b254ed

Complementary Color

#b254ed #8fed54

#b254ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b254ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b254ed Color CSS Codes

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

#b254ed Text Font Color

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

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


#b254ed Background Color

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

This div background color is #b254ed


#b254ed Border Color

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

This div border color is #b254ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b254ed


Comments

No comments written yet.

Please login to write comment.