Color Hex Logo

#8241dd Color Hex

#8241DD
(130,65,221)
0 Favorites   0 Comments

Color spaces of #8241dd

RGB 13065221
HSL0.740.700.56
HSV265°71°87°
CMYK 0.410.710.00   0.13
XYZ24.147413.746969.7873
Yxy13.74690.22420.1277
Hunter Lab37.076851.3691-85.6440
CIE-Lab43.867758.6245-69.2187

#8241dd color RGB value is (130,65,221).

#8241dd hex color red value is 130, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8241dd hue: 0.74 , saturation: 0.70 and the lightness value of 8241dd is 0.56.

The process color (four color CMYK) of #8241dd color hex is 0.41, 0.71, 0.00, 0.13. Web safe color of #8241dd is #9933cc. Color #8241dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000001 11011101
Octal 202 101 335
Decimal 130 65 221
Hex 82 41 DD

RGB Percentages of Color #8241dd

%31.25
%15.63
%53.13

CMYK Percentages of Color #8241dd

%41
%71
%0
%13

Triadic Colors of #8241dd

#8241dd #dd8241 #41dd82

Analogous Colors of #8241dd

#8241dd #d041dd #414edd

Monochromatic Colors of #8241dd

#8241dd

Complementary Color

#8241dd #9cdd41

#8241dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8241dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8241dd Color CSS Codes

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

#8241dd Text Font Color

<p style="color:#8241dd">Text here</p>

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


#8241dd Background Color

<div style="background-color:#8241dd">
Div content here</div>

This div background color is #8241dd


#8241dd Border Color

<div style="border:3px solid #8241dd">
Div here</div>

This div border color is #8241dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,65,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8241dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8241dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8241dd;
  box-shadow:         1px 1px 3px 2px #8241dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8241dd


Comments

No comments written yet.

Please login to write comment.