Color Hex Logo

#b62ace Color Hex

#B62ACE
(182,42,206)
0 Favorites   0 Comments

Color spaces of #b62ace

RGB 18242206
HSL0.810.660.49
HSV291°80°81°
CMYK 0.120.800.00   0.19
XYZ31.259916.057259.8443
Yxy16.05720.29170.1498
Hunter Lab40.071469.1236-60.4961
CIE-Lab47.049473.3681-55.1206

#b62ace color RGB value is (182,42,206).

#b62ace hex color red value is 182, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b62ace hue: 0.81 , saturation: 0.66 and the lightness value of b62ace is 0.49.

The process color (four color CMYK) of #b62ace color hex is 0.12, 0.80, 0.00, 0.19. Web safe color of #b62ace is #cc33cc. Color #b62ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101010 11001110
Octal 266 52 316
Decimal 182 42 206
Hex B6 2A CE

RGB Percentages of Color #b62ace

%42.33
%9.77
%47.91

CMYK Percentages of Color #b62ace

%12
%80
%0
%19

Triadic Colors of #b62ace

#b62ace #ceb62a #2aceb6

Analogous Colors of #b62ace

#b62ace #ce2a94 #642ace

Monochromatic Colors of #b62ace

#b62ace

Complementary Color

#b62ace #42ce2a

#b62ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62ace Color CSS Codes

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

#b62ace Text Font Color

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

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


#b62ace Background Color

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

This div background color is #b62ace


#b62ace Border Color

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

This div border color is #b62ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62ace


Comments

No comments written yet.

Please login to write comment.