Color Hex Logo

#8250dc Color Hex

#8250DC
(130,80,220)
0 Favorites   0 Comments

Color spaces of #8250dc

RGB 13080220
HSL0.730.670.59
HSV261°64°86°
CMYK 0.410.640.00   0.14
XYZ24.992815.650569.4137
Yxy15.65050.22710.1422
Hunter Lab39.560743.5376-76.3384
CIE-Lab46.512650.8777-64.3504

#8250dc color RGB value is (130,80,220).

#8250dc hex color red value is 130, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8250dc hue: 0.73 , saturation: 0.67 and the lightness value of 8250dc is 0.59.

The process color (four color CMYK) of #8250dc color hex is 0.41, 0.64, 0.00, 0.14. Web safe color of #8250dc is #9966cc. Color #8250dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 11011100
Octal 202 120 334
Decimal 130 80 220
Hex 82 50 DC

RGB Percentages of Color #8250dc

%30.23
%18.60
%51.16

CMYK Percentages of Color #8250dc

%41
%64
%0
%14

Triadic Colors of #8250dc

#8250dc #dc8250 #50dc82

Analogous Colors of #8250dc

#8250dc #c850dc #5064dc

Monochromatic Colors of #8250dc

#8250dc

Complementary Color

#8250dc #aadc50

#8250dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8250dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8250dc Color CSS Codes

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

#8250dc Text Font Color

<p style="color:#8250dc">Text here</p>

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


#8250dc Background Color

<div style="background-color:#8250dc">
Div content here</div>

This div background color is #8250dc


#8250dc Border Color

<div style="border:3px solid #8250dc">
Div here</div>

This div border color is #8250dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,80,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8250dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8250dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8250dc;
  box-shadow:         1px 1px 3px 2px #8250dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8250dc


Comments

No comments written yet.

Please login to write comment.