Color Hex Logo

#8241db Color Hex

#8241DB
(130,65,219)
0 Favorites   0 Comments

Color spaces of #8241db

RGB 13065219
HSL0.740.680.56
HSV265°70°86°
CMYK 0.410.700.00   0.14
XYZ23.882413.640968.3920
Yxy13.64090.22550.1288
Hunter Lab36.933650.7898-83.9371
CIE-Lab43.713558.1268-68.3277

#8241db color RGB value is (130,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000001 11011011
Octal 202 101 333
Decimal 130 65 219
Hex 82 41 DB

RGB Percentages of Color #8241db

%31.40
%15.70
%52.90

CMYK Percentages of Color #8241db

%41
%70
%0
%14

Triadic Colors of #8241db

#8241db #db8241 #41db82

Analogous Colors of #8241db

#8241db #cf41db #414ddb

Monochromatic Colors of #8241db

#8241db

Complementary Color

#8241db #9adb41

#8241db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8241db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8241db Color CSS Codes

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

#8241db Text Font Color

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

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


#8241db Background Color

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

This div background color is #8241db


#8241db Border Color

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

This div border color is #8241db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8241db


Comments

No comments written yet.

Please login to write comment.