Color Hex Logo

#b348ea Color Hex

#B348EA
(179,72,234)
0 Favorites   0 Comments

Color spaces of #b348ea

RGB 17972234
HSL0.780.790.60
HSV280°69°92°
CMYK 0.240.690.00   0.08
XYZ35.759120.158979.8483
Yxy20.15890.26340.1485
Hunter Lab44.898763.5919-74.0130
CIE-Lab52.016467.7806-63.0869

#b348ea color RGB value is (179,72,234).

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

The process color (four color CMYK) of #b348ea color hex is 0.24, 0.69, 0.00, 0.08. Web safe color of #b348ea is #cc33ff. Color #b348ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001000 11101010
Octal 263 110 352
Decimal 179 72 234
Hex B3 48 EA

RGB Percentages of Color #b348ea

%36.91
%14.85
%48.25

CMYK Percentages of Color #b348ea

%24
%69
%0
%8

Triadic Colors of #b348ea

#b348ea #eab348 #48eab3

Analogous Colors of #b348ea

#b348ea #ea48d0 #6248ea

Monochromatic Colors of #b348ea

#b348ea

Complementary Color

#b348ea #7fea48

#b348ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b348ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b348ea Color CSS Codes

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

#b348ea Text Font Color

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

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


#b348ea Background Color

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

This div background color is #b348ea


#b348ea Border Color

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

This div border color is #b348ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b348ea


Comments

No comments written yet.

Please login to write comment.