Color Hex Logo

#958cfe Color Hex

#958CFE
(149,140,254)
0 Favorites   0 Comments

Color spaces of #958cfe

RGB 149140254
HSL0.680.980.77
HSV245°45°100°
CMYK 0.410.450.00   0.00
XYZ39.661932.301597.9103
Yxy32.30150.23350.1902
Hunter Lab56.834425.1060-62.3565
CIE-Lab63.591330.5698-55.8161

#958cfe color RGB value is (149,140,254).

#958cfe hex color red value is 149, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #958cfe hue: 0.68 , saturation: 0.98 and the lightness value of 958cfe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 11111110
Octal 225 214 376
Decimal 149 140 254
Hex 95 8C FE

RGB Percentages of Color #958cfe

%27.44
%25.78
%46.78

CMYK Percentages of Color #958cfe

%41
%45
%0
%0

Triadic Colors of #958cfe

#958cfe #fe958c #8cfe95

Analogous Colors of #958cfe

#958cfe #ce8cfe #8cbcfe

Monochromatic Colors of #958cfe

#958cfe

Complementary Color

#958cfe #f5fe8c

#958cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#958cfe Color CSS Codes

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

#958cfe Text Font Color

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

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


#958cfe Background Color

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

This div background color is #958cfe


#958cfe Border Color

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

This div border color is #958cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958cfe


Comments

No comments written yet.

Please login to write comment.