Color Hex Logo

#b30edd Color Hex

#B30EDD
(179,14,221)
0 Favorites   0 Comments

Color spaces of #b30edd

RGB 17914221
HSL0.800.880.46
HSV288°94°87°
CMYK 0.190.940.00   0.13
XYZ31.798615.118269.6488
Yxy15.11820.27280.1297
Hunter Lab38.882177.9372-78.9875
CIE-Lab45.795780.7436-65.7806

#b30edd color RGB value is (179,14,221).

#b30edd hex color red value is 179, green value is 14 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b30edd hue: 0.80 , saturation: 0.88 and the lightness value of b30edd is 0.46.

The process color (four color CMYK) of #b30edd color hex is 0.19, 0.94, 0.00, 0.13. Web safe color of #b30edd is #cc00cc. Color #b30edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001110 11011101
Octal 263 16 335
Decimal 179 14 221
Hex B3 E DD

RGB Percentages of Color #b30edd

%43.24
%3.38
%53.38

CMYK Percentages of Color #b30edd

%19
%94
%0
%13

Triadic Colors of #b30edd

#b30edd #ddb30e #0eddb3

Analogous Colors of #b30edd

#b30edd #dd0ea0 #4b0edd

Monochromatic Colors of #b30edd

#b30edd

Complementary Color

#b30edd #38dd0e

#b30edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30edd Color CSS Codes

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

#b30edd Text Font Color

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

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


#b30edd Background Color

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

This div background color is #b30edd


#b30edd Border Color

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

This div border color is #b30edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,14,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b30edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b30edd;
  -webkit-box-shadow: 1px 1px 3px 2px #b30edd;
  box-shadow:         1px 1px 3px 2px #b30edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,14,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30edd


Comments

No comments written yet.

Please login to write comment.