Color Hex Logo

#b62abf Color Hex

#B62ABF
(182,42,191)
0 Favorites   0 Comments

Color spaces of #b62abf

RGB 18242191
HSL0.820.640.46
HSV296°78°75°
CMYK 0.050.780.00   0.25
XYZ29.523315.362650.6994
Yxy15.36260.30890.1607
Hunter Lab39.195265.8616-49.2557
CIE-Lab46.126970.8314-47.9011

#b62abf color RGB value is (182,42,191).

#b62abf hex color red value is 182, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b62abf hue: 0.82 , saturation: 0.64 and the lightness value of b62abf is 0.46.

The process color (four color CMYK) of #b62abf color hex is 0.05, 0.78, 0.00, 0.25. Web safe color of #b62abf is #cc33cc. Color #b62abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101010 10111111
Octal 266 52 277
Decimal 182 42 191
Hex B6 2A BF

RGB Percentages of Color #b62abf

%43.86
%10.12
%46.02

CMYK Percentages of Color #b62abf

%5
%78
%0
%25

Triadic Colors of #b62abf

#b62abf #bfb62a #2abfb6

Analogous Colors of #b62abf

#b62abf #bf2a7e #6c2abf

Monochromatic Colors of #b62abf

#b62abf

Complementary Color

#b62abf #33bf2a

#b62abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62abf Color CSS Codes

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

#b62abf Text Font Color

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

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


#b62abf Background Color

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

This div background color is #b62abf


#b62abf Border Color

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

This div border color is #b62abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62abf


Comments

No comments written yet.

Please login to write comment.