color codes Logo

#8f99dd color codes

#8F99DD
(143,153,221)
0 Favorites   0 Comments

Color spaces of #8f99dd

RGB 143153221
HSL0.650.530.71
HSV232°35°87°
CMYK 0.350.310.00   0.13
XYZ35.770133.842673.0536
Yxy33.84260.25070.2372
Hunter Lab58.17447.9504-33.7325
CIE-Lab64.837412.5545-35.7134

#8f99dd color RGB value is (143,153,221).

#8f99dd hex color red value is 143, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8f99dd hue: 0.65 , saturation: 0.53 and the lightness value of 8f99dd is 0.71.

The process color (four color CMYK) of #8f99dd color code is 0.35, 0.31, 0.00, 0.13. Web safe color of #8f99dd is #9999cc. Color #8f99dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011001 11011101
Octal 217 231 335
Decimal 143 153 221
Hex 8F 99 DD

RGB Percentages of Color #8f99dd

%27.66
%29.59
%42.75

CMYK Percentages of Color #8f99dd

%35
%31
%0
%13

Triadic Colors of #8f99dd

#8f99dd #dd8f99 #99dd8f

Analogous Colors of #8f99dd

#8f99dd #ac8fdd #8fc0dd

Monochromatic Colors of #8f99dd

#8f99dd

Complementary Color

#8f99dd #ddd38f

#8f99dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f99dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f99dd Color CSS Codes

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

#8f99dd Text Font Color

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

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


#8f99dd Background Color

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

This div background color is #8f99dd


#8f99dd Border Color

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

This div border color is #8f99dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,153,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f99dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f99dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8f99dd;
  box-shadow:         1px 1px 3px 2px #8f99dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,153,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 #8f99dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f99dd


Comments

No comments written yet.

Please login to write comment.