Color Hex Logo

#957cfe Color Hex

#957CFE
(149,124,254)
0 Favorites   0 Comments

Color spaces of #957cfe

RGB 149124254
HSL0.700.980.74
HSV252°51°100°
CMYK 0.410.510.00   0.00
XYZ37.491527.960697.1869
Yxy27.96060.23050.1719
Hunter Lab52.877834.0243-71.9578
CIE-Lab59.853139.7389-61.7846

#957cfe color RGB value is (149,124,254).

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

The process color (four color CMYK) of #957cfe color hex is 0.41, 0.51, 0.00, 0.00. Web safe color of #957cfe is #9966ff. Color #957cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111100 11111110
Octal 225 174 376
Decimal 149 124 254
Hex 95 7C FE

RGB Percentages of Color #957cfe

%28.27
%23.53
%48.20

CMYK Percentages of Color #957cfe

%41
%51
%0
%0

Triadic Colors of #957cfe

#957cfe #fe957c #7cfe95

Analogous Colors of #957cfe

#957cfe #d67cfe #7ca4fe

Monochromatic Colors of #957cfe

#957cfe

Complementary Color

#957cfe #e5fe7c

#957cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#957cfe Color CSS Codes

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

#957cfe Text Font Color

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

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


#957cfe Background Color

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

This div background color is #957cfe


#957cfe Border Color

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

This div border color is #957cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957cfe


Comments

No comments written yet.

Please login to write comment.