Color Hex Logo

#9482ec Color Hex

#9482EC
(148,130,236)
0 Favorites   0 Comments

Color spaces of #9482ec

RGB 148130236
HSL0.690.740.72
HSV250°45°93°
CMYK 0.370.450.00   0.07
XYZ35.335728.317382.9603
Yxy28.31730.24100.1931
Hunter Lab53.214025.4049-55.1829
CIE-Lab60.174331.1869-51.3348

#9482ec color RGB value is (148,130,236).

#9482ec hex color red value is 148, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9482ec hue: 0.69 , saturation: 0.74 and the lightness value of 9482ec is 0.72.

The process color (four color CMYK) of #9482ec color hex is 0.37, 0.45, 0.00, 0.07. Web safe color of #9482ec is #9999ff. Color #9482ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 11101100
Octal 224 202 354
Decimal 148 130 236
Hex 94 82 EC

RGB Percentages of Color #9482ec

%28.79
%25.29
%45.91

CMYK Percentages of Color #9482ec

%37
%45
%0
%7

Triadic Colors of #9482ec

#9482ec #ec9482 #82ec94

Analogous Colors of #9482ec

#9482ec #c982ec #82a5ec

Monochromatic Colors of #9482ec

#9482ec

Complementary Color

#9482ec #daec82

#9482ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9482ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9482ec Color CSS Codes

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

#9482ec Text Font Color

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

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


#9482ec Background Color

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

This div background color is #9482ec


#9482ec Border Color

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

This div border color is #9482ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,130,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9482ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9482ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9482ec;
  box-shadow:         1px 1px 3px 2px #9482ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9482ec


Comments

No comments written yet.

Please login to write comment.