Color Hex Logo

#b30edc Color Hex

#B30EDC
(179,14,220)
0 Favorites   0 Comments

Color spaces of #b30edc

RGB 17914220
HSL0.800.880.46
HSV288°94°86°
CMYK 0.190.940.00   0.14
XYZ31.665715.065168.9490
Yxy15.06510.27370.1302
Hunter Lab38.813877.7027-78.1534
CIE-Lab45.723280.5715-65.3264

#b30edc color RGB value is (179,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001110 11011100
Octal 263 16 334
Decimal 179 14 220
Hex B3 E DC

RGB Percentages of Color #b30edc

%43.34
%3.39
%53.27

CMYK Percentages of Color #b30edc

%19
%94
%0
%14

Triadic Colors of #b30edc

#b30edc #dcb30e #0edcb3

Analogous Colors of #b30edc

#b30edc #dc0e9e #4c0edc

Monochromatic Colors of #b30edc

#b30edc

Complementary Color

#b30edc #37dc0e

#b30edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30edc Color CSS Codes

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

#b30edc Text Font Color

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

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


#b30edc Background Color

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

This div background color is #b30edc


#b30edc Border Color

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

This div border color is #b30edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30edc


Comments

No comments written yet.

Please login to write comment.