Color Hex Logo

#b585ec Color Hex

#B585EC
(181,133,236)
0 Favorites   0 Comments

Color spaces of #b585ec

RGB 181133236
HSL0.740.730.72
HSV268°44°93°
CMYK 0.230.440.00   0.07
XYZ42.583932.654983.4155
Yxy32.65490.26840.2058
Hunter Lab57.144533.0149-46.5463
CIE-Lab63.880538.2823-45.2783

#b585ec color RGB value is (181,133,236).

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

The process color (four color CMYK) of #b585ec color hex is 0.23, 0.44, 0.00, 0.07. Web safe color of #b585ec is #cc99ff. Color #b585ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 11101100
Octal 265 205 354
Decimal 181 133 236
Hex B5 85 EC

RGB Percentages of Color #b585ec

%32.91
%24.18
%42.91

CMYK Percentages of Color #b585ec

%23
%44
%0
%7

Triadic Colors of #b585ec

#b585ec #ecb585 #85ecb5

Analogous Colors of #b585ec

#b585ec #e985ec #8589ec

Monochromatic Colors of #b585ec

#b585ec

Complementary Color

#b585ec #bcec85

#b585ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b585ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b585ec Color CSS Codes

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

#b585ec Text Font Color

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

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


#b585ec Background Color

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

This div background color is #b585ec


#b585ec Border Color

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

This div border color is #b585ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b585ec


Comments

No comments written yet.

Please login to write comment.