Color Hex Logo

#b62ad7 Color Hex

#B62AD7
(182,42,215)
0 Favorites   0 Comments

Color spaces of #b62ad7

RGB 18242215
HSL0.800.680.50
HSV289°80°84°
CMYK 0.150.800.00   0.16
XYZ32.385116.507365.7693
Yxy16.50730.28240.1440
Hunter Lab40.629271.1795-67.5365
CIE-Lab47.633174.9445-59.3517

#b62ad7 color RGB value is (182,42,215).

#b62ad7 hex color red value is 182, green value is 42 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #b62ad7 hue: 0.80 , saturation: 0.68 and the lightness value of b62ad7 is 0.50.

The process color (four color CMYK) of #b62ad7 color hex is 0.15, 0.80, 0.00, 0.16. Web safe color of #b62ad7 is #cc33cc. Color #b62ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101010 11010111
Octal 266 52 327
Decimal 182 42 215
Hex B6 2A D7

RGB Percentages of Color #b62ad7

%41.46
%9.57
%48.97

CMYK Percentages of Color #b62ad7

%15
%80
%0
%16

Triadic Colors of #b62ad7

#b62ad7 #d7b62a #2ad7b6

Analogous Colors of #b62ad7

#b62ad7 #d72aa2 #602ad7

Monochromatic Colors of #b62ad7

#b62ad7

Complementary Color

#b62ad7 #4bd72a

#b62ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62ad7 Color CSS Codes

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

#b62ad7 Text Font Color

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

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


#b62ad7 Background Color

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

This div background color is #b62ad7


#b62ad7 Border Color

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

This div border color is #b62ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62ad7


Comments

No comments written yet.

Please login to write comment.