Color Hex Logo

#b83ac4 Color Hex

#B83AC4
(184,58,196)
0 Favorites   0 Comments

Color spaces of #b83ac4

RGB 18458196
HSL0.820.540.50
HSV295°70°77°
CMYK 0.060.700.00   0.23
XYZ31.244017.202053.8981
Yxy17.20200.30530.1681
Hunter Lab41.475361.8851-48.0160
CIE-Lab48.513666.9987-46.9799

#b83ac4 color RGB value is (184,58,196).

#b83ac4 hex color red value is 184, green value is 58 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #b83ac4 hue: 0.82 , saturation: 0.54 and the lightness value of b83ac4 is 0.50.

The process color (four color CMYK) of #b83ac4 color hex is 0.06, 0.70, 0.00, 0.23. Web safe color of #b83ac4 is #cc33cc. Color #b83ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 11000100
Octal 270 72 304
Decimal 184 58 196
Hex B8 3A C4

RGB Percentages of Color #b83ac4

%42.01
%13.24
%44.75

CMYK Percentages of Color #b83ac4

%6
%70
%0
%23

Triadic Colors of #b83ac4

#b83ac4 #c4b83a #3ac4b8

Analogous Colors of #b83ac4

#b83ac4 #c43a8b #733ac4

Monochromatic Colors of #b83ac4

#b83ac4

Complementary Color

#b83ac4 #46c43a

#b83ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83ac4 Color CSS Codes

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

#b83ac4 Text Font Color

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

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


#b83ac4 Background Color

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

This div background color is #b83ac4


#b83ac4 Border Color

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

This div border color is #b83ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83ac4


Comments

No comments written yet.

Please login to write comment.