Color Hex Logo

#8335db Color Hex

#8335DB
(131,53,219)
0 Favorites   0 Comments

Color spaces of #8335db

RGB 13153219
HSL0.740.700.53
HSV268°76°86°
CMYK 0.400.760.00   0.14
XYZ23.419412.486068.1935
Yxy12.48600.22500.1199
Hunter Lab35.335556.4676-89.6880
CIE-Lab41.978363.5536-71.1535

#8335db color RGB value is (131,53,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110101 11011011
Octal 203 65 333
Decimal 131 53 219
Hex 83 35 DB

RGB Percentages of Color #8335db

%32.51
%13.15
%54.34

CMYK Percentages of Color #8335db

%40
%76
%0
%14

Triadic Colors of #8335db

#8335db #db8335 #35db83

Analogous Colors of #8335db

#8335db #d635db #353adb

Monochromatic Colors of #8335db

#8335db

Complementary Color

#8335db #8ddb35

#8335db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8335db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8335db Color CSS Codes

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

#8335db Text Font Color

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

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


#8335db Background Color

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

This div background color is #8335db


#8335db Border Color

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

This div border color is #8335db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8335db


Comments

No comments written yet.

Please login to write comment.