Color Hex Logo

#b82abe Color Hex

#B82ABE
(184,42,190)
0 Favorites   0 Comments

Color spaces of #b82abe

RGB 18442190
HSL0.830.640.45
HSV298°78°75°
CMYK 0.030.780.00   0.25
XYZ29.889415.564050.1440
Yxy15.56400.31270.1628
Hunter Lab39.451266.1971-47.7439
CIE-Lab46.397271.0602-46.8669

#b82abe color RGB value is (184,42,190).

#b82abe hex color red value is 184, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b82abe hue: 0.83 , saturation: 0.64 and the lightness value of b82abe is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 10111110
Octal 270 52 276
Decimal 184 42 190
Hex B8 2A BE

RGB Percentages of Color #b82abe

%44.23
%10.10
%45.67

CMYK Percentages of Color #b82abe

%3
%78
%0
%25

Triadic Colors of #b82abe

#b82abe #beb82a #2abeb8

Analogous Colors of #b82abe

#b82abe #be2a7a #6e2abe

Monochromatic Colors of #b82abe

#b82abe

Complementary Color

#b82abe #30be2a

#b82abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82abe Color CSS Codes

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

#b82abe Text Font Color

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

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


#b82abe Background Color

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

This div background color is #b82abe


#b82abe Border Color

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

This div border color is #b82abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82abe


Comments

No comments written yet.

Please login to write comment.