Color Hex Logo

#9482da Color Hex

#9482DA
(148,130,218)
0 Favorites   0 Comments

Color spaces of #9482da

RGB 148130218
HSL0.700.540.68
HSV252°40°85°
CMYK 0.320.400.00   0.15
XYZ32.850327.323169.8722
Yxy27.32310.25260.2101
Hunter Lab52.271520.7041-42.6639
CIE-Lab59.272226.4403-42.7292

#9482da color RGB value is (148,130,218).

#9482da hex color red value is 148, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9482da hue: 0.70 , saturation: 0.54 and the lightness value of 9482da is 0.68.

The process color (four color CMYK) of #9482da color hex is 0.32, 0.40, 0.00, 0.15. Web safe color of #9482da is #9999cc. Color #9482da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 11011010
Octal 224 202 332
Decimal 148 130 218
Hex 94 82 DA

RGB Percentages of Color #9482da

%29.84
%26.21
%43.95

CMYK Percentages of Color #9482da

%32
%40
%0
%15

Triadic Colors of #9482da

#9482da #da9482 #82da94

Analogous Colors of #9482da

#9482da #c082da #829cda

Monochromatic Colors of #9482da

#9482da

Complementary Color

#9482da #c8da82

#9482da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9482da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9482da Color CSS Codes

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

#9482da Text Font Color

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

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


#9482da Background Color

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

This div background color is #9482da


#9482da Border Color

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

This div border color is #9482da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9482da


Comments

No comments written yet.

Please login to write comment.