Color Hex Logo

#957afd Color Hex

#957AFD
(149,122,253)
0 Favorites   0 Comments

Color spaces of #957afd

RGB 149122253
HSL0.700.970.74
HSV252°52°99°
CMYK 0.410.520.00   0.01
XYZ37.083627.400596.2628
Yxy27.40050.23070.1705
Hunter Lab52.345534.8518-72.3918
CIE-Lab59.343240.6021-62.0514

#957afd color RGB value is (149,122,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111010 11111101
Octal 225 172 375
Decimal 149 122 253
Hex 95 7A FD

RGB Percentages of Color #957afd

%28.44
%23.28
%48.28

CMYK Percentages of Color #957afd

%41
%52
%0
%1

Triadic Colors of #957afd

#957afd #fd957a #7afd95

Analogous Colors of #957afd

#957afd #d77afd #7aa1fd

Monochromatic Colors of #957afd

#957afd

Complementary Color

#957afd #e2fd7a

#957afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#957afd Color CSS Codes

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

#957afd Text Font Color

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

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


#957afd Background Color

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

This div background color is #957afd


#957afd Border Color

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

This div border color is #957afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957afd


Comments

No comments written yet.

Please login to write comment.