Color Hex Logo

#b830ea Color Hex

#B830EA
(184,48,234)
0 Favorites   0 Comments

Color spaces of #b830ea

RGB 18448234
HSL0.790.820.55
HSV284°79°92°
CMYK 0.210.790.00   0.08
XYZ35.675418.244879.4832
Yxy18.24480.26740.1368
Hunter Lab42.713974.3368-80.4286
CIE-Lab49.791777.0880-66.6473

#b830ea color RGB value is (184,48,234).

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

The process color (four color CMYK) of #b830ea color hex is 0.21, 0.79, 0.00, 0.08. Web safe color of #b830ea is #cc33ff. Color #b830ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 11101010
Octal 270 60 352
Decimal 184 48 234
Hex B8 30 EA

RGB Percentages of Color #b830ea

%39.48
%10.30
%50.21

CMYK Percentages of Color #b830ea

%21
%79
%0
%8

Triadic Colors of #b830ea

#b830ea #eab830 #30eab8

Analogous Colors of #b830ea

#b830ea #ea30bf #5b30ea

Monochromatic Colors of #b830ea

#b830ea

Complementary Color

#b830ea #62ea30

#b830ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b830ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b830ea Color CSS Codes

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

#b830ea Text Font Color

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

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


#b830ea Background Color

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

This div background color is #b830ea


#b830ea Border Color

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

This div border color is #b830ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b830ea


Comments

No comments written yet.

Please login to write comment.