Color Hex Logo

#b344ea Color Hex

#B344EA
(179,68,234)
0 Favorites   0 Comments

Color spaces of #b344ea

RGB 17968234
HSL0.780.800.59
HSV280°71°92°
CMYK 0.240.710.00   0.08
XYZ35.508819.658579.7648
Yxy19.65850.26320.1457
Hunter Lab44.337965.3636-75.6274
CIE-Lab51.448969.3826-64.0025

#b344ea color RGB value is (179,68,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 11101010
Octal 263 104 352
Decimal 179 68 234
Hex B3 44 EA

RGB Percentages of Color #b344ea

%37.21
%14.14
%48.65

CMYK Percentages of Color #b344ea

%24
%71
%0
%8

Triadic Colors of #b344ea

#b344ea #eab344 #44eab3

Analogous Colors of #b344ea

#b344ea #ea44ce #6044ea

Monochromatic Colors of #b344ea

#b344ea

Complementary Color

#b344ea #7bea44

#b344ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b344ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b344ea Color CSS Codes

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

#b344ea Text Font Color

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

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


#b344ea Background Color

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

This div background color is #b344ea


#b344ea Border Color

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

This div border color is #b344ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b344ea


Comments

No comments written yet.

Please login to write comment.