Color Hex Logo

#b395ec Color Hex

#B395EC
(179,149,236)
0 Favorites   0 Comments

Color spaces of #b395ec

RGB 179149236
HSL0.720.700.75
HSV261°37°93°
CMYK 0.240.370.00   0.07
XYZ44.478237.134784.1803
Yxy37.13470.26830.2240
Hunter Lab60.938223.6434-39.2466
CIE-Lab67.378028.7980-39.8058

#b395ec color RGB value is (179,149,236).

#b395ec hex color red value is 179, green value is 149 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b395ec hue: 0.72 , saturation: 0.70 and the lightness value of b395ec is 0.75.

The process color (four color CMYK) of #b395ec color hex is 0.24, 0.37, 0.00, 0.07. Web safe color of #b395ec is #cc99ff. Color #b395ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010101 11101100
Octal 263 225 354
Decimal 179 149 236
Hex B3 95 EC

RGB Percentages of Color #b395ec

%31.74
%26.42
%41.84

CMYK Percentages of Color #b395ec

%24
%37
%0
%7

Triadic Colors of #b395ec

#b395ec #ecb395 #95ecb3

Analogous Colors of #b395ec

#b395ec #df95ec #95a3ec

Monochromatic Colors of #b395ec

#b395ec

Complementary Color

#b395ec #ceec95

#b395ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b395ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b395ec Color CSS Codes

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

#b395ec Text Font Color

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

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


#b395ec Background Color

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

This div background color is #b395ec


#b395ec Border Color

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

This div border color is #b395ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b395ec


Comments

No comments written yet.

Please login to write comment.