Color Hex Logo

#8230dc Color Hex

#8230DC
(130,48,220)
0 Favorites   0 Comments

Color spaces of #8230dc

RGB 13048220
HSL0.750.710.53
HSV269°78°86°
CMYK 0.410.780.00   0.14
XYZ23.181112.027068.8098
Yxy12.02700.22290.1156
Hunter Lab34.680058.6247-93.3635
CIE-Lab41.259065.5874-72.9077

#8230dc color RGB value is (130,48,220).

#8230dc hex color red value is 130, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8230dc hue: 0.75 , saturation: 0.71 and the lightness value of 8230dc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 11011100
Octal 202 60 334
Decimal 130 48 220
Hex 82 30 DC

RGB Percentages of Color #8230dc

%32.66
%12.06
%55.28

CMYK Percentages of Color #8230dc

%41
%78
%0
%14

Triadic Colors of #8230dc

#8230dc #dc8230 #30dc82

Analogous Colors of #8230dc

#8230dc #d830dc #3034dc

Monochromatic Colors of #8230dc

#8230dc

Complementary Color

#8230dc #8adc30

#8230dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8230dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8230dc Color CSS Codes

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

#8230dc Text Font Color

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

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


#8230dc Background Color

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

This div background color is #8230dc


#8230dc Border Color

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

This div border color is #8230dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8230dc


Comments

No comments written yet.

Please login to write comment.