Color Hex Logo

#8275da Color Hex

#8275DA
(130,117,218)
0 Favorites   0 Comments

Color spaces of #8275da

RGB 130117218
HSL0.690.580.66
HSV248°46°85°
CMYK 0.400.460.00   0.15
XYZ28.222122.530469.1910
Yxy22.53040.23530.1878
Hunter Lab47.466223.0654-53.2001
CIE-Lab54.585329.3230-50.2476

#8275da color RGB value is (130,117,218).

#8275da hex color red value is 130, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8275da hue: 0.69 , saturation: 0.58 and the lightness value of 8275da is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110101 11011010
Octal 202 165 332
Decimal 130 117 218
Hex 82 75 DA

RGB Percentages of Color #8275da

%27.96
%25.16
%46.88

CMYK Percentages of Color #8275da

%40
%46
%0
%15

Triadic Colors of #8275da

#8275da #da8275 #75da82

Analogous Colors of #8275da

#8275da #b575da #759bda

Monochromatic Colors of #8275da

#8275da

Complementary Color

#8275da #cdda75

#8275da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8275da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8275da Color CSS Codes

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

#8275da Text Font Color

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

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


#8275da Background Color

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

This div background color is #8275da


#8275da Border Color

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

This div border color is #8275da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,117,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 #8275da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8275da


Comments

No comments written yet.

Please login to write comment.