Color Hex Logo

#b318ea Color Hex

#B318EA
(179,24,234)
0 Favorites   0 Comments

Color spaces of #b318ea

RGB 17924234
HSL0.790.830.51
HSV284°90°92°
CMYK 0.240.900.00   0.08
XYZ33.768316.177579.1847
Yxy16.17750.26150.1253
Hunter Lab40.221379.4749-88.5710
CIE-Lab47.206581.6862-70.8788

#b318ea color RGB value is (179,24,234).

#b318ea hex color red value is 179, green value is 24 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b318ea hue: 0.79 , saturation: 0.83 and the lightness value of b318ea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 11101010
Octal 263 30 352
Decimal 179 24 234
Hex B3 18 EA

RGB Percentages of Color #b318ea

%40.96
%5.49
%53.55

CMYK Percentages of Color #b318ea

%24
%90
%0
%8

Triadic Colors of #b318ea

#b318ea #eab318 #18eab3

Analogous Colors of #b318ea

#b318ea #ea18b8 #4a18ea

Monochromatic Colors of #b318ea

#b318ea

Complementary Color

#b318ea #4fea18

#b318ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b318ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b318ea Color CSS Codes

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

#b318ea Text Font Color

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

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


#b318ea Background Color

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

This div background color is #b318ea


#b318ea Border Color

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

This div border color is #b318ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b318ea


Comments

No comments written yet.

Please login to write comment.