Color Hex Logo

#b427ea Color Hex

#B427EA
(180,39,234)
0 Favorites   0 Comments

Color spaces of #b427ea

RGB 18039234
HSL0.790.820.54
HSV283°83°92°
CMYK 0.230.830.00   0.08
XYZ34.399217.094879.3285
Yxy17.09480.26290.1307
Hunter Lab41.345976.1544-84.8150
CIE-Lab48.379378.8230-68.9656

#b427ea color RGB value is (180,39,234).

#b427ea hex color red value is 180, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b427ea hue: 0.79 , saturation: 0.82 and the lightness value of b427ea is 0.54.

The process color (four color CMYK) of #b427ea color hex is 0.23, 0.83, 0.00, 0.08. Web safe color of #b427ea is #cc33ff. Color #b427ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 11101010
Octal 264 47 352
Decimal 180 39 234
Hex B4 27 EA

RGB Percentages of Color #b427ea

%39.74
%8.61
%51.66

CMYK Percentages of Color #b427ea

%23
%83
%0
%8

Triadic Colors of #b427ea

#b427ea #eab427 #27eab4

Analogous Colors of #b427ea

#b427ea #ea27bf #5227ea

Monochromatic Colors of #b427ea

#b427ea

Complementary Color

#b427ea #5dea27

#b427ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b427ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b427ea Color CSS Codes

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

#b427ea Text Font Color

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

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


#b427ea Background Color

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

This div background color is #b427ea


#b427ea Border Color

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

This div border color is #b427ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b427ea


Comments

No comments written yet.

Please login to write comment.