Color Hex Logo

#8892df Color Hex

#8892DF
(136,146,223)
1 Favorites   0 Comments

Color spaces of #8892df

RGB 136146223
HSL0.650.580.70
HSV233°39°87°
CMYK 0.390.350.00   0.13
XYZ33.751531.119774.0398
Yxy31.11970.24300.2240
Hunter Lab55.785010.3737-39.6422
CIE-Lab62.608615.2393-40.3407

#8892df color RGB value is (136,146,223).

#8892df hex color red value is 136, green value is 146 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8892df hue: 0.65 , saturation: 0.58 and the lightness value of 8892df is 0.70.

The process color (four color CMYK) of #8892df color hex is 0.39, 0.35, 0.00, 0.13. Web safe color of #8892df is #9999cc. Color #8892df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 11011111
Octal 210 222 337
Decimal 136 146 223
Hex 88 92 DF

RGB Percentages of Color #8892df

%26.93
%28.91
%44.16

CMYK Percentages of Color #8892df

%39
%35
%0
%13

Triadic Colors of #8892df

#8892df #df8892 #92df88

Analogous Colors of #8892df

#8892df #aa88df #88bedf

Monochromatic Colors of #8892df

#8892df

Complementary Color

#8892df #dfd588

#8892df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8892df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8892df Color CSS Codes

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

#8892df Text Font Color

<p style="color:#8892df">Text here</p>

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


#8892df Background Color

<div style="background-color:#8892df">
Div content here</div>

This div background color is #8892df


#8892df Border Color

<div style="border:3px solid #8892df">
Div here</div>

This div border color is #8892df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,146,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8892df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8892df;
  -webkit-box-shadow: 1px 1px 3px 2px #8892df;
  box-shadow:         1px 1px 3px 2px #8892df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,146,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8892df


Comments

No comments written yet.

Please login to write comment.