Color Hex Logo

#a78bed Color Hex

#A78BED
(167,139,237)
0 Favorites   0 Comments

Color spaces of #a78bed

RGB 167139237
HSL0.710.730.74
HSV257°41°93°
CMYK 0.300.410.00   0.07
XYZ40.455032.795284.3186
Yxy32.79520.25670.2081
Hunter Lab57.267125.8797-47.2101
CIE-Lab63.994731.3049-45.7394

#a78bed color RGB value is (167,139,237).

#a78bed hex color red value is 167, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a78bed hue: 0.71 , saturation: 0.73 and the lightness value of a78bed is 0.74.

The process color (four color CMYK) of #a78bed color hex is 0.30, 0.41, 0.00, 0.07. Web safe color of #a78bed is #9999ff. Color #a78bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001011 11101101
Octal 247 213 355
Decimal 167 139 237
Hex A7 8B ED

RGB Percentages of Color #a78bed

%30.76
%25.60
%43.65

CMYK Percentages of Color #a78bed

%30
%41
%0
%7

Triadic Colors of #a78bed

#a78bed #eda78b #8beda7

Analogous Colors of #a78bed

#a78bed #d88bed #8ba0ed

Monochromatic Colors of #a78bed

#a78bed

Complementary Color

#a78bed #d1ed8b

#a78bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78bed Color CSS Codes

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

#a78bed Text Font Color

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

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


#a78bed Background Color

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

This div background color is #a78bed


#a78bed Border Color

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

This div border color is #a78bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,139,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a78bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a78bed;
  -webkit-box-shadow: 1px 1px 3px 2px #a78bed;
  box-shadow:         1px 1px 3px 2px #a78bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,139,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78bed


Comments

No comments written yet.

Please login to write comment.