Color Hex Logo

#b30ceb Color Hex

#B30CEB
(179,12,235)
0 Favorites   0 Comments

Color spaces of #b30ceb

RGB 17912235
HSL0.790.900.48
HSV285°95°92°
CMYK 0.240.950.00   0.08
XYZ33.717315.844879.8785
Yxy15.84480.26050.1224
Hunter Lab39.805581.5389-91.1145
CIE-Lab46.770283.3884-72.1548

#b30ceb color RGB value is (179,12,235).

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

The process color (four color CMYK) of #b30ceb color hex is 0.24, 0.95, 0.00, 0.08. Web safe color of #b30ceb is #cc00ff. Color #b30ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001100 11101011
Octal 263 14 353
Decimal 179 12 235
Hex B3 C EB

RGB Percentages of Color #b30ceb

%42.02
%2.82
%55.16

CMYK Percentages of Color #b30ceb

%24
%95
%0
%8

Triadic Colors of #b30ceb

#b30ceb #ebb30c #0cebb3

Analogous Colors of #b30ceb

#b30ceb #eb0cb4 #440ceb

Monochromatic Colors of #b30ceb

#b30ceb

Complementary Color

#b30ceb #44eb0c

#b30ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30ceb Color CSS Codes

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

#b30ceb Text Font Color

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

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


#b30ceb Background Color

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

This div background color is #b30ceb


#b30ceb Border Color

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

This div border color is #b30ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30ceb


Comments

No comments written yet.

Please login to write comment.