Color Hex Logo

#b61eec Color Hex

#B61EEC
(182,30,236)
0 Favorites   0 Comments

Color spaces of #b61eec

RGB 18230236
HSL0.790.840.52
HSV284°87°93°
CMYK 0.230.870.00   0.07
XYZ34.896016.929880.7854
Yxy16.92980.26310.1277
Hunter Lab41.145879.3816-87.6074
CIE-Lab48.171581.4258-70.4189

#b61eec color RGB value is (182,30,236).

#b61eec hex color red value is 182, green value is 30 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b61eec hue: 0.79 , saturation: 0.84 and the lightness value of b61eec is 0.52.

The process color (four color CMYK) of #b61eec color hex is 0.23, 0.87, 0.00, 0.07. Web safe color of #b61eec is #cc33ff. Color #b61eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011110 11101100
Octal 266 36 354
Decimal 182 30 236
Hex B6 1E EC

RGB Percentages of Color #b61eec

%40.63
%6.70
%52.68

CMYK Percentages of Color #b61eec

%23
%87
%0
%7

Triadic Colors of #b61eec

#b61eec #ecb61e #1eecb6

Analogous Colors of #b61eec

#b61eec #ec1ebb #4f1eec

Monochromatic Colors of #b61eec

#b61eec

Complementary Color

#b61eec #54ec1e

#b61eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61eec Color CSS Codes

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

#b61eec Text Font Color

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

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


#b61eec Background Color

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

This div background color is #b61eec


#b61eec Border Color

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

This div border color is #b61eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61eec


Comments

No comments written yet.

Please login to write comment.