Color Hex Logo

#8a78fd Color Hex

#8A78FD
(138,120,253)
0 Favorites   0 Comments

Color spaces of #8a78fd

RGB 138120253
HSL0.690.970.73
HSV248°53°99°
CMYK 0.450.530.00   0.01
XYZ34.927325.928196.0923
Yxy25.92810.22250.1652
Hunter Lab50.919633.3291-76.2446
CIE-Lab57.968739.3032-64.3078

#8a78fd color RGB value is (138,120,253).

#8a78fd hex color red value is 138, green value is 120 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8a78fd hue: 0.69 , saturation: 0.97 and the lightness value of 8a78fd is 0.73.

The process color (four color CMYK) of #8a78fd color hex is 0.45, 0.53, 0.00, 0.01. Web safe color of #8a78fd is #9966ff. Color #8a78fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111000 11111101
Octal 212 170 375
Decimal 138 120 253
Hex 8A 78 FD

RGB Percentages of Color #8a78fd

%27.01
%23.48
%49.51

CMYK Percentages of Color #8a78fd

%45
%53
%0
%1

Triadic Colors of #8a78fd

#8a78fd #fd8a78 #78fd8a

Analogous Colors of #8a78fd

#8a78fd #cd78fd #78a9fd

Monochromatic Colors of #8a78fd

#8a78fd

Complementary Color

#8a78fd #ebfd78

#8a78fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a78fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a78fd Color CSS Codes

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

#8a78fd Text Font Color

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

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


#8a78fd Background Color

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

This div background color is #8a78fd


#8a78fd Border Color

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

This div border color is #8a78fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,120,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a78fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a78fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8a78fd;
  box-shadow:         1px 1px 3px 2px #8a78fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,120,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a78fd


Comments

No comments written yet.

Please login to write comment.