Color Hex Logo

#b754ea Color Hex

#B754EA
(183,84,234)
0 Favorites   0 Comments

Color spaces of #b754ea

RGB 18384234
HSL0.780.780.62
HSV280°64°92°
CMYK 0.220.640.00   0.08
XYZ37.550022.348480.1765
Yxy22.34840.26810.1595
Hunter Lab47.274159.0536-67.4635
CIE-Lab54.394763.4571-59.2331

#b754ea color RGB value is (183,84,234).

#b754ea hex color red value is 183, green value is 84 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b754ea hue: 0.78 , saturation: 0.78 and the lightness value of b754ea is 0.62.

The process color (four color CMYK) of #b754ea color hex is 0.22, 0.64, 0.00, 0.08. Web safe color of #b754ea is #cc66ff. Color #b754ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010100 11101010
Octal 267 124 352
Decimal 183 84 234
Hex B7 54 EA

RGB Percentages of Color #b754ea

%36.53
%16.77
%46.71

CMYK Percentages of Color #b754ea

%22
%64
%0
%8

Triadic Colors of #b754ea

#b754ea #eab754 #54eab7

Analogous Colors of #b754ea

#b754ea #ea54d2 #6c54ea

Monochromatic Colors of #b754ea

#b754ea

Complementary Color

#b754ea #87ea54

#b754ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b754ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b754ea Color CSS Codes

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

#b754ea Text Font Color

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

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


#b754ea Background Color

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

This div background color is #b754ea


#b754ea Border Color

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

This div border color is #b754ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,84,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b754ea


Comments

No comments written yet.

Please login to write comment.