Color Hex Logo

#9480ef Color Hex

#9480EF
(148,128,239)
0 Favorites   0 Comments

Color spaces of #9480ef

RGB 148128239
HSL0.700.780.72
HSV251°46°94°
CMYK 0.380.460.00   0.06
XYZ35.511927.966285.1877
Yxy27.96620.23890.1881
Hunter Lab52.883127.3204-58.4903
CIE-Lab59.858233.1461-53.5002

#9480ef color RGB value is (148,128,239).

#9480ef hex color red value is 148, green value is 128 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9480ef hue: 0.70 , saturation: 0.78 and the lightness value of 9480ef is 0.72.

The process color (four color CMYK) of #9480ef color hex is 0.38, 0.46, 0.00, 0.06. Web safe color of #9480ef is #9999ff. Color #9480ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000000 11101111
Octal 224 200 357
Decimal 148 128 239
Hex 94 80 EF

RGB Percentages of Color #9480ef

%28.74
%24.85
%46.41

CMYK Percentages of Color #9480ef

%38
%46
%0
%6

Triadic Colors of #9480ef

#9480ef #ef9480 #80ef94

Analogous Colors of #9480ef

#9480ef #cc80ef #80a4ef

Monochromatic Colors of #9480ef

#9480ef

Complementary Color

#9480ef #dbef80

#9480ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9480ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9480ef Color CSS Codes

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

#9480ef Text Font Color

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

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


#9480ef Background Color

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

This div background color is #9480ef


#9480ef Border Color

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

This div border color is #9480ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,128,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9480ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9480ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9480ef;
  box-shadow:         1px 1px 3px 2px #9480ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,128,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9480ef


Comments

No comments written yet.

Please login to write comment.