Color Hex Logo

#b82ace Color Hex

#B82ACE
(184,42,206)
0 Favorites   0 Comments

Color spaces of #b82ace

RGB 18442206
HSL0.810.660.49
HSV292°80°81°
CMYK 0.110.800.00   0.19
XYZ31.735716.302559.8666
Yxy16.30250.29410.1511
Hunter Lab40.376469.6419-59.6467
CIE-Lab47.368973.7334-54.5902

#b82ace color RGB value is (184,42,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 11001110
Octal 270 52 316
Decimal 184 42 206
Hex B8 2A CE

RGB Percentages of Color #b82ace

%42.59
%9.72
%47.69

CMYK Percentages of Color #b82ace

%11
%80
%0
%19

Triadic Colors of #b82ace

#b82ace #ceb82a #2aceb8

Analogous Colors of #b82ace

#b82ace #ce2a92 #662ace

Monochromatic Colors of #b82ace

#b82ace

Complementary Color

#b82ace #40ce2a

#b82ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82ace Color CSS Codes

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

#b82ace Text Font Color

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

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


#b82ace Background Color

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

This div background color is #b82ace


#b82ace Border Color

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

This div border color is #b82ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82ace


Comments

No comments written yet.

Please login to write comment.