Color Hex Logo

#8246dc Color Hex

#8246DC
(130,70,220)
0 Favorites   0 Comments

Color spaces of #8246dc

RGB 13070220
HSL0.730.680.57
HSV264°68°86°
CMYK 0.410.680.00   0.14
XYZ24.314314.293569.1876
Yxy14.29350.22560.1326
Hunter Lab37.806748.6352-82.0379
CIE-Lab44.650955.9766-67.3730

#8246dc color RGB value is (130,70,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000110 11011100
Octal 202 106 334
Decimal 130 70 220
Hex 82 46 DC

RGB Percentages of Color #8246dc

%30.95
%16.67
%52.38

CMYK Percentages of Color #8246dc

%41
%68
%0
%14

Triadic Colors of #8246dc

#8246dc #dc8246 #46dc82

Analogous Colors of #8246dc

#8246dc #cd46dc #4655dc

Monochromatic Colors of #8246dc

#8246dc

Complementary Color

#8246dc #a0dc46

#8246dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8246dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8246dc Color CSS Codes

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

#8246dc Text Font Color

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

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


#8246dc Background Color

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

This div background color is #8246dc


#8246dc Border Color

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

This div border color is #8246dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8246dc


Comments

No comments written yet.

Please login to write comment.