Color Hex Logo

#b83abe Color Hex

#B83ABE
(184,58,190)
0 Favorites   0 Comments

Color spaces of #b83abe

RGB 18458190
HSL0.830.530.49
HSV297°69°75°
CMYK 0.030.690.00   0.25
XYZ30.574516.934250.3724
Yxy16.93420.31240.1730
Hunter Lab41.151260.6073-43.7700
CIE-Lab48.177065.9667-44.0323

#b83abe color RGB value is (184,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 10111110
Octal 270 72 276
Decimal 184 58 190
Hex B8 3A BE

RGB Percentages of Color #b83abe

%42.59
%13.43
%43.98

CMYK Percentages of Color #b83abe

%3
%69
%0
%25

Triadic Colors of #b83abe

#b83abe #beb83a #3abeb8

Analogous Colors of #b83abe

#b83abe #be3a82 #763abe

Monochromatic Colors of #b83abe

#b83abe

Complementary Color

#b83abe #40be3a

#b83abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83abe Color CSS Codes

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

#b83abe Text Font Color

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

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


#b83abe Background Color

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

This div background color is #b83abe


#b83abe Border Color

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

This div border color is #b83abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83abe


Comments

No comments written yet.

Please login to write comment.