Color Hex Logo

#957fe6 Color Hex

#957FE6
(149,127,230)
0 Favorites   0 Comments

Color spaces of #957fe6

RGB 149127230
HSL0.700.670.70
HSV253°45°90°
CMYK 0.350.450.00   0.10
XYZ34.266727.281578.3227
Yxy27.28150.24500.1950
Hunter Lab52.231725.6998-52.3446
CIE-Lab59.234031.5773-49.4867

#957fe6 color RGB value is (149,127,230).

#957fe6 hex color red value is 149, green value is 127 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #957fe6 hue: 0.70 , saturation: 0.67 and the lightness value of 957fe6 is 0.70.

The process color (four color CMYK) of #957fe6 color hex is 0.35, 0.45, 0.00, 0.10. Web safe color of #957fe6 is #9966ff. Color #957fe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111111 11100110
Octal 225 177 346
Decimal 149 127 230
Hex 95 7F E6

RGB Percentages of Color #957fe6

%29.45
%25.10
%45.45

CMYK Percentages of Color #957fe6

%35
%45
%0
%10

Triadic Colors of #957fe6

#957fe6 #e6957f #7fe695

Analogous Colors of #957fe6

#957fe6 #c97fe6 #7f9de6

Monochromatic Colors of #957fe6

#957fe6

Complementary Color

#957fe6 #d0e67f

#957fe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957fe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957fe6 Color CSS Codes

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

#957fe6 Text Font Color

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

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


#957fe6 Background Color

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

This div background color is #957fe6


#957fe6 Border Color

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

This div border color is #957fe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957fe6


Comments

No comments written yet.

Please login to write comment.