Color Hex Logo

#957ddd Color Hex

#957DDD
(149,125,221)
0 Favorites   0 Comments

Color spaces of #957ddd

RGB 149125221
HSL0.710.590.68
HSV255°43°87°
CMYK 0.330.430.00   0.13
XYZ32.779226.277371.7510
Yxy26.27730.25060.2009
Hunter Lab51.261424.4348-47.1057
CIE-Lab58.299330.3804-45.9391

#957ddd color RGB value is (149,125,221).

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

The process color (four color CMYK) of #957ddd color hex is 0.33, 0.43, 0.00, 0.13. Web safe color of #957ddd is #9966cc. Color #957ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111101 11011101
Octal 225 175 335
Decimal 149 125 221
Hex 95 7D DD

RGB Percentages of Color #957ddd

%30.10
%25.25
%44.65

CMYK Percentages of Color #957ddd

%33
%43
%0
%13

Triadic Colors of #957ddd

#957ddd #dd957d #7ddd95

Analogous Colors of #957ddd

#957ddd #c57ddd #7d95dd

Monochromatic Colors of #957ddd

#957ddd

Complementary Color

#957ddd #c5dd7d

#957ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#957ddd Color CSS Codes

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

#957ddd Text Font Color

<p style="color:#957ddd">Text here</p>

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


#957ddd Background Color

<div style="background-color:#957ddd">
Div content here</div>

This div background color is #957ddd


#957ddd Border Color

<div style="border:3px solid #957ddd">
Div here</div>

This div border color is #957ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957ddd


Comments

No comments written yet.

Please login to write comment.