Color Hex Logo

#8245cd Color Hex

#8245CD
(130,69,205)
0 Favorites   0 Comments

Color spaces of #8245cd

RGB 13069205
HSL0.740.580.54
HSV267°66°80°
CMYK 0.370.660.00   0.20
XYZ22.353513.409859.1678
Yxy13.40980.23550.1413
Hunter Lab36.619444.8774-70.1643
CIE-Lab43.374352.7068-60.8373

#8245cd color RGB value is (130,69,205).

#8245cd hex color red value is 130, green value is 69 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8245cd hue: 0.74 , saturation: 0.58 and the lightness value of 8245cd is 0.54.

The process color (four color CMYK) of #8245cd color hex is 0.37, 0.66, 0.00, 0.20. Web safe color of #8245cd is #9933cc. Color #8245cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000101 11001101
Octal 202 105 315
Decimal 130 69 205
Hex 82 45 CD

RGB Percentages of Color #8245cd

%32.18
%17.08
%50.74

CMYK Percentages of Color #8245cd

%37
%66
%0
%20

Triadic Colors of #8245cd

#8245cd #cd8245 #45cd82

Analogous Colors of #8245cd

#8245cd #c645cd #454ccd

Monochromatic Colors of #8245cd

#8245cd

Complementary Color

#8245cd #90cd45

#8245cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8245cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8245cd Color CSS Codes

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

#8245cd Text Font Color

<p style="color:#8245cd">Text here</p>

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


#8245cd Background Color

<div style="background-color:#8245cd">
Div content here</div>

This div background color is #8245cd


#8245cd Border Color

<div style="border:3px solid #8245cd">
Div here</div>

This div border color is #8245cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,69,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8245cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8245cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8245cd;
  box-shadow:         1px 1px 3px 2px #8245cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8245cd


Comments

No comments written yet.

Please login to write comment.