Color Hex Logo

#b390ea Color Hex

#B390EA
(179,144,234)
0 Favorites   0 Comments

Color spaces of #b390ea

RGB 179144234
HSL0.730.680.74
HSV263°38°92°
CMYK 0.240.380.00   0.08
XYZ43.414935.470782.4002
Yxy35.47070.26920.2199
Hunter Lab59.557325.8942-40.3403
CIE-Lab66.113531.1299-40.6828

#b390ea color RGB value is (179,144,234).

#b390ea hex color red value is 179, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b390ea hue: 0.73 , saturation: 0.68 and the lightness value of b390ea is 0.74.

The process color (four color CMYK) of #b390ea color hex is 0.24, 0.38, 0.00, 0.08. Web safe color of #b390ea is #cc99ff. Color #b390ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 11101010
Octal 263 220 352
Decimal 179 144 234
Hex B3 90 EA

RGB Percentages of Color #b390ea

%32.14
%25.85
%42.01

CMYK Percentages of Color #b390ea

%24
%38
%0
%8

Triadic Colors of #b390ea

#b390ea #eab390 #90eab3

Analogous Colors of #b390ea

#b390ea #e090ea #909aea

Monochromatic Colors of #b390ea

#b390ea

Complementary Color

#b390ea #c7ea90

#b390ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b390ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b390ea Color CSS Codes

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

#b390ea Text Font Color

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

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


#b390ea Background Color

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

This div background color is #b390ea


#b390ea Border Color

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

This div border color is #b390ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b390ea


Comments

No comments written yet.

Please login to write comment.