Color Hex Logo

#958fda Color Hex

#958FDA
(149,143,218)
0 Favorites   0 Comments

Color spaces of #958fda

RGB 149143218
HSL0.680.500.71
HSV245°34°85°
CMYK 0.320.340.00   0.15
XYZ34.871831.096470.4939
Yxy31.09640.25550.2279
Hunter Lab55.764114.0367-35.9162
CIE-Lab62.588919.1988-37.5209

#958fda color RGB value is (149,143,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001111 11011010
Octal 225 217 332
Decimal 149 143 218
Hex 95 8F DA

RGB Percentages of Color #958fda

%29.22
%28.04
%42.75

CMYK Percentages of Color #958fda

%32
%34
%0
%15

Triadic Colors of #958fda

#958fda #da958f #8fda95

Analogous Colors of #958fda

#958fda #bb8fda #8fafda

Monochromatic Colors of #958fda

#958fda

Complementary Color

#958fda #d4da8f

#958fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#958fda Color CSS Codes

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

#958fda Text Font Color

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

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


#958fda Background Color

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

This div background color is #958fda


#958fda Border Color

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

This div border color is #958fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958fda


Comments

No comments written yet.

Please login to write comment.