Color Hex Logo

#958fdd Color Hex

#958FDD
(149,143,221)
0 Favorites   0 Comments

Color spaces of #958fdd

RGB 149143221
HSL0.680.530.71
HSV245°35°87°
CMYK 0.330.350.00   0.13
XYZ35.268031.254972.5806
Yxy31.25490.25350.2247
Hunter Lab55.906114.7700-37.8395
CIE-Lab62.722219.9748-38.9816

#958fdd color RGB value is (149,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001111 11011101
Octal 225 217 335
Decimal 149 143 221
Hex 95 8F DD

RGB Percentages of Color #958fdd

%29.04
%27.88
%43.08

CMYK Percentages of Color #958fdd

%33
%35
%0
%13

Triadic Colors of #958fdd

#958fdd #dd958f #8fdd95

Analogous Colors of #958fdd

#958fdd #bc8fdd #8fb0dd

Monochromatic Colors of #958fdd

#958fdd

Complementary Color

#958fdd #d7dd8f

#958fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#958fdd Color CSS Codes

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

#958fdd Text Font Color

<p style="color:#958fdd">Text here</p>

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


#958fdd Background Color

<div style="background-color:#958fdd">
Div content here</div>

This div background color is #958fdd


#958fdd Border Color

<div style="border:3px solid #958fdd">
Div here</div>

This div border color is #958fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958fdd


Comments

No comments written yet.

Please login to write comment.