Color Hex Logo

#b30cee Color Hex

#B30CEE
(179,12,238)
0 Favorites   0 Comments

Color spaces of #b30cee

RGB 17912238
HSL0.790.900.49
HSV284°95°93°
CMYK 0.250.950.00   0.07
XYZ34.154516.019782.1809
Yxy16.01970.25810.1210
Hunter Lab40.024682.2776-93.7205
CIE-Lab47.000383.9198-73.4747

#b30cee color RGB value is (179,12,238).

#b30cee hex color red value is 179, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b30cee hue: 0.79 , saturation: 0.90 and the lightness value of b30cee is 0.49.

The process color (four color CMYK) of #b30cee color hex is 0.25, 0.95, 0.00, 0.07. Web safe color of #b30cee is #cc00ff. Color #b30cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001100 11101110
Octal 263 14 356
Decimal 179 12 238
Hex B3 C EE

RGB Percentages of Color #b30cee

%41.72
%2.80
%55.48

CMYK Percentages of Color #b30cee

%25
%95
%0
%7

Triadic Colors of #b30cee

#b30cee #eeb30c #0ceeb3

Analogous Colors of #b30cee

#b30cee #ee0cb8 #420cee

Monochromatic Colors of #b30cee

#b30cee

Complementary Color

#b30cee #47ee0c

#b30cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30cee Color CSS Codes

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

#b30cee Text Font Color

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

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


#b30cee Background Color

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

This div background color is #b30cee


#b30cee Border Color

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

This div border color is #b30cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30cee


Comments

No comments written yet.

Please login to write comment.