Color Hex Logo

#958dda Color Hex

#958DDA
(149,141,218)
0 Favorites   0 Comments

Color spaces of #958dda

RGB 149141218
HSL0.680.510.70
HSV246°35°85°
CMYK 0.320.350.00   0.15
XYZ34.574230.501370.3947
Yxy30.50130.25520.2252
Hunter Lab55.228015.0968-36.9126
CIE-Lab62.084420.3525-38.3096

#958dda color RGB value is (149,141,218).

#958dda hex color red value is 149, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #958dda hue: 0.68 , saturation: 0.51 and the lightness value of 958dda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11011010
Octal 225 215 332
Decimal 149 141 218
Hex 95 8D DA

RGB Percentages of Color #958dda

%29.33
%27.76
%42.91

CMYK Percentages of Color #958dda

%32
%35
%0
%15

Triadic Colors of #958dda

#958dda #da958d #8dda95

Analogous Colors of #958dda

#958dda #bc8dda #8dacda

Monochromatic Colors of #958dda

#958dda

Complementary Color

#958dda #d2da8d

#958dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#958dda Color CSS Codes

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

#958dda Text Font Color

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

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


#958dda Background Color

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

This div background color is #958dda


#958dda Border Color

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

This div border color is #958dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,141,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958dda


Comments

No comments written yet.

Please login to write comment.