Color Hex Logo

#8b8dda Color Hex

#8B8DDA
(139,141,218)
0 Favorites   0 Comments

Color spaces of #8b8dda

RGB 139141218
HSL0.660.520.70
HSV238°36°85°
CMYK 0.360.350.00   0.15
XYZ32.827229.600770.3130
Yxy29.60070.24730.2230
Hunter Lab54.406512.4899-38.5397
CIE-Lab61.308217.5824-39.5810

#8b8dda color RGB value is (139,141,218).

#8b8dda hex color red value is 139, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8b8dda hue: 0.66 , saturation: 0.52 and the lightness value of 8b8dda is 0.70.

The process color (four color CMYK) of #8b8dda color hex is 0.36, 0.35, 0.00, 0.15. Web safe color of #8b8dda is #9999cc. Color #8b8dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10001101 11011010
Octal 213 215 332
Decimal 139 141 218
Hex 8B 8D DA

RGB Percentages of Color #8b8dda

%27.91
%28.31
%43.78

CMYK Percentages of Color #8b8dda

%36
%35
%0
%15

Triadic Colors of #8b8dda

#8b8dda #da8b8d #8dda8b

Analogous Colors of #8b8dda

#8b8dda #b18bda #8bb5da

Monochromatic Colors of #8b8dda

#8b8dda

Complementary Color

#8b8dda #dad88b

#8b8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b8dda Color CSS Codes

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

#8b8dda Text Font Color

<p style="color:#8b8dda">Text here</p>

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


#8b8dda Background Color

<div style="background-color:#8b8dda">
Div content here</div>

This div background color is #8b8dda


#8b8dda Border Color

<div style="border:3px solid #8b8dda">
Div here</div>

This div border color is #8b8dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,141,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b8dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b8dda;
  -webkit-box-shadow: 1px 1px 3px 2px #8b8dda;
  box-shadow:         1px 1px 3px 2px #8b8dda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,141,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b8dda


Comments

No comments written yet.

Please login to write comment.