Color Hex Logo

#8233db Color Hex

#8233DB
(130,51,219)
0 Favorites   0 Comments

Color spaces of #8233db

RGB 13051219
HSL0.750.700.53
HSV268°77°86°
CMYK 0.410.770.00   0.14
XYZ23.175912.228068.1566
Yxy12.22800.22380.1181
Hunter Lab34.968657.1084-91.0831
CIE-Lab41.576264.1967-71.8159

#8233db color RGB value is (130,51,219).

#8233db hex color red value is 130, green value is 51 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8233db hue: 0.75 , saturation: 0.70 and the lightness value of 8233db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110011 11011011
Octal 202 63 333
Decimal 130 51 219
Hex 82 33 DB

RGB Percentages of Color #8233db

%32.50
%12.75
%54.75

CMYK Percentages of Color #8233db

%41
%77
%0
%14

Triadic Colors of #8233db

#8233db #db8233 #33db82

Analogous Colors of #8233db

#8233db #d633db #3338db

Monochromatic Colors of #8233db

#8233db

Complementary Color

#8233db #8cdb33

#8233db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8233db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8233db Color CSS Codes

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

#8233db Text Font Color

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

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


#8233db Background Color

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

This div background color is #8233db


#8233db Border Color

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

This div border color is #8233db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8233db


Comments

No comments written yet.

Please login to write comment.