Color Hex Logo

#958def Color Hex

#958DEF
(149,141,239)
0 Favorites   0 Comments

Color spaces of #958def

RGB 149141239
HSL0.680.750.75
HSV245°41°94°
CMYK 0.380.410.00   0.06
XYZ37.499331.671385.7981
Yxy31.67130.24200.2044
Hunter Lab56.277320.4549-50.9971
CIE-Lab63.070325.8973-48.4013

#958def color RGB value is (149,141,239).

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

The process color (four color CMYK) of #958def color hex is 0.38, 0.41, 0.00, 0.06. Web safe color of #958def is #9999ff. Color #958def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11101111
Octal 225 215 357
Decimal 149 141 239
Hex 95 8D EF

RGB Percentages of Color #958def

%28.17
%26.65
%45.18

CMYK Percentages of Color #958def

%38
%41
%0
%6

Triadic Colors of #958def

#958def #ef958d #8def95

Analogous Colors of #958def

#958def #c68def #8db6ef

Monochromatic Colors of #958def

#958def

Complementary Color

#958def #e7ef8d

#958def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958def Color Preview on White Background

Lorem ipsum dolor sit amet.

#958def Color CSS Codes

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

#958def Text Font Color

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

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


#958def Background Color

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

This div background color is #958def


#958def Border Color

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

This div border color is #958def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958def


Comments

No comments written yet.

Please login to write comment.