Color Hex Logo

#b62cee Color Hex

#B62CEE
(182,44,238)
0 Favorites   0 Comments

Color spaces of #b62cee

RGB 18244238
HSL0.790.850.55
HSV283°82°93°
CMYK 0.240.820.00   0.07
XYZ35.624717.919582.4701
Yxy17.91950.26190.1317
Hunter Lab42.331476.1396-85.8768
CIE-Lab49.398378.6126-69.5536

#b62cee color RGB value is (182,44,238).

#b62cee hex color red value is 182, green value is 44 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b62cee hue: 0.79 , saturation: 0.85 and the lightness value of b62cee is 0.55.

The process color (four color CMYK) of #b62cee color hex is 0.24, 0.82, 0.00, 0.07. Web safe color of #b62cee is #cc33ff. Color #b62cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101100 11101110
Octal 266 54 356
Decimal 182 44 238
Hex B6 2C EE

RGB Percentages of Color #b62cee

%39.22
%9.48
%51.29

CMYK Percentages of Color #b62cee

%24
%82
%0
%7

Triadic Colors of #b62cee

#b62cee #eeb62c #2ceeb6

Analogous Colors of #b62cee

#b62cee #ee2cc5 #552cee

Monochromatic Colors of #b62cee

#b62cee

Complementary Color

#b62cee #64ee2c

#b62cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62cee Color CSS Codes

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

#b62cee Text Font Color

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

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


#b62cee Background Color

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

This div background color is #b62cee


#b62cee Border Color

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

This div border color is #b62cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,44,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62cee


Comments

No comments written yet.

Please login to write comment.