Color Hex Logo

#a83ebb Color Hex

#A83EBB
(168,62,187)
0 Favorites   0 Comments

Color spaces of #a83ebb

RGB 16862187
HSL0.810.500.49
HSV291°67°73°
CMYK 0.100.670.00   0.27
XYZ26.840715.357948.5634
Yxy15.35790.29570.1692
Hunter Lab39.189253.6738-46.0401
CIE-Lab46.120560.2753-45.7037

#a83ebb color RGB value is (168,62,187).

#a83ebb hex color red value is 168, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a83ebb hue: 0.81 , saturation: 0.50 and the lightness value of a83ebb is 0.49.

The process color (four color CMYK) of #a83ebb color hex is 0.10, 0.67, 0.00, 0.27. Web safe color of #a83ebb is #9933cc. Color #a83ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111110 10111011
Octal 250 76 273
Decimal 168 62 187
Hex A8 3E BB

RGB Percentages of Color #a83ebb

%40.29
%14.87
%44.84

CMYK Percentages of Color #a83ebb

%10
%67
%0
%27

Triadic Colors of #a83ebb

#a83ebb #bba83e #3ebba8

Analogous Colors of #a83ebb

#a83ebb #bb3e90 #6a3ebb

Monochromatic Colors of #a83ebb

#a83ebb

Complementary Color

#a83ebb #51bb3e

#a83ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83ebb Color CSS Codes

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

#a83ebb Text Font Color

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

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


#a83ebb Background Color

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

This div background color is #a83ebb


#a83ebb Border Color

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

This div border color is #a83ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,62,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a83ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a83ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #a83ebb;
  box-shadow:         1px 1px 3px 2px #a83ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,62,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83ebb


Comments

No comments written yet.

Please login to write comment.