Color Hex Logo

#8498dd Color Hex

#8498DD
(132,152,221)
0 Favorites   0 Comments

Color spaces of #8498dd

RGB 132152221
HSL0.630.570.69
HSV227°40°87°
CMYK 0.400.310.00   0.13
XYZ33.795132.582572.9145
Yxy32.58250.24260.2339
Hunter Lab57.08115.7898-35.7794
CIE-Lab63.821410.1638-37.3540

#8498dd color RGB value is (132,152,221).

#8498dd hex color red value is 132, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8498dd hue: 0.63 , saturation: 0.57 and the lightness value of 8498dd is 0.69.

The process color (four color CMYK) of #8498dd color hex is 0.40, 0.31, 0.00, 0.13. Web safe color of #8498dd is #9999cc. Color #8498dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011000 11011101
Octal 204 230 335
Decimal 132 152 221
Hex 84 98 DD

RGB Percentages of Color #8498dd

%26.14
%30.10
%43.76

CMYK Percentages of Color #8498dd

%40
%31
%0
%13

Triadic Colors of #8498dd

#8498dd #dd8498 #98dd84

Analogous Colors of #8498dd

#8498dd #9d84dd #84c5dd

Monochromatic Colors of #8498dd

#8498dd

Complementary Color

#8498dd #ddc984

#8498dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8498dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8498dd Color CSS Codes

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

#8498dd Text Font Color

<p style="color:#8498dd">Text here</p>

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


#8498dd Background Color

<div style="background-color:#8498dd">
Div content here</div>

This div background color is #8498dd


#8498dd Border Color

<div style="border:3px solid #8498dd">
Div here</div>

This div border color is #8498dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,152,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8498dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8498dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8498dd;
  box-shadow:         1px 1px 3px 2px #8498dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,152,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8498dd


Comments

No comments written yet.

Please login to write comment.