Color Hex Logo

#b592ec Color Hex

#B592EC
(181,146,236)
0 Favorites   0 Comments

Color spaces of #b592ec

RGB 181146236
HSL0.730.700.75
HSV263°38°93°
CMYK 0.230.380.00   0.07
XYZ44.475336.437784.0459
Yxy36.43770.26960.2209
Hunter Lab60.363625.8805-40.2965
CIE-Lab66.853031.0523-40.6131

#b592ec color RGB value is (181,146,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 11101100
Octal 265 222 354
Decimal 181 146 236
Hex B5 92 EC

RGB Percentages of Color #b592ec

%32.15
%25.93
%41.92

CMYK Percentages of Color #b592ec

%23
%38
%0
%7

Triadic Colors of #b592ec

#b592ec #ecb592 #92ecb5

Analogous Colors of #b592ec

#b592ec #e292ec #929cec

Monochromatic Colors of #b592ec

#b592ec

Complementary Color

#b592ec #c9ec92

#b592ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592ec Color CSS Codes

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

#b592ec Text Font Color

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

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


#b592ec Background Color

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

This div background color is #b592ec


#b592ec Border Color

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

This div border color is #b592ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592ec


Comments

No comments written yet.

Please login to write comment.