Color Hex Logo

#b387ec Color Hex

#B387EC
(179,135,236)
0 Favorites   0 Comments

Color spaces of #b387ec

RGB 179135236
HSL0.740.730.73
HSV266°43°93°
CMYK 0.240.430.00   0.07
XYZ42.394732.967883.4859
Yxy32.96780.26690.2075
Hunter Lab57.417631.3160-46.0161
CIE-Lab64.134836.6185-44.8913

#b387ec color RGB value is (179,135,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 11101100
Octal 263 207 354
Decimal 179 135 236
Hex B3 87 EC

RGB Percentages of Color #b387ec

%32.55
%24.55
%42.91

CMYK Percentages of Color #b387ec

%24
%43
%0
%7

Triadic Colors of #b387ec

#b387ec #ecb387 #87ecb3

Analogous Colors of #b387ec

#b387ec #e687ec #878eec

Monochromatic Colors of #b387ec

#b387ec

Complementary Color

#b387ec #c0ec87

#b387ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b387ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b387ec Color CSS Codes

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

#b387ec Text Font Color

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

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


#b387ec Background Color

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

This div background color is #b387ec


#b387ec Border Color

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

This div border color is #b387ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b387ec


Comments

No comments written yet.

Please login to write comment.