Color Hex Logo

#8138db Color Hex

#8138DB
(129,56,219)
0 Favorites   0 Comments

Color spaces of #8138db

RGB 12956219
HSL0.740.690.54
HSV267°74°86°
CMYK 0.410.740.00   0.14
XYZ23.253612.609968.2262
Yxy12.60990.22340.1211
Hunter Lab35.510454.7455-89.0566
CIE-Lab42.169561.9882-70.8513

#8138db color RGB value is (129,56,219).

#8138db hex color red value is 129, green value is 56 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8138db hue: 0.74 , saturation: 0.69 and the lightness value of 8138db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111000 11011011
Octal 201 70 333
Decimal 129 56 219
Hex 81 38 DB

RGB Percentages of Color #8138db

%31.93
%13.86
%54.21

CMYK Percentages of Color #8138db

%41
%74
%0
%14

Triadic Colors of #8138db

#8138db #db8138 #38db81

Analogous Colors of #8138db

#8138db #d338db #3840db

Monochromatic Colors of #8138db

#8138db

Complementary Color

#8138db #92db38

#8138db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8138db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8138db Color CSS Codes

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

#8138db Text Font Color

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

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


#8138db Background Color

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

This div background color is #8138db


#8138db Border Color

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

This div border color is #8138db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8138db


Comments

No comments written yet.

Please login to write comment.