Color Hex Logo

#8270da Color Hex

#8270DA
(130,112,218)
0 Favorites   0 Comments

Color spaces of #8270da

RGB 130112218
HSL0.690.590.65
HSV250°49°85°
CMYK 0.400.490.00   0.15
XYZ27.655021.396169.0020
Yxy21.39610.23430.1812
Hunter Lab46.255925.7718-56.0664
CIE-Lab53.380332.2676-52.1685

#8270da color RGB value is (130,112,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110000 11011010
Octal 202 160 332
Decimal 130 112 218
Hex 82 70 DA

RGB Percentages of Color #8270da

%28.26
%24.35
%47.39

CMYK Percentages of Color #8270da

%40
%49
%0
%15

Triadic Colors of #8270da

#8270da #da8270 #70da82

Analogous Colors of #8270da

#8270da #b770da #7093da

Monochromatic Colors of #8270da

#8270da

Complementary Color

#8270da #c8da70

#8270da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8270da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8270da Color CSS Codes

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

#8270da Text Font Color

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

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


#8270da Background Color

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

This div background color is #8270da


#8270da Border Color

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

This div border color is #8270da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8270da


Comments

No comments written yet.

Please login to write comment.