Color Hex Logo

#975ffd Color Hex

#975FFD
(151,95,253)
0 Favorites   0 Comments

Color spaces of #975ffd

RGB 15195253
HSL0.730.980.68
HSV261°62°99°
CMYK 0.400.620.00   0.01
XYZ34.584321.855695.3243
Yxy21.85560.22790.1440
Hunter Lab46.750050.2368-88.1687
CIE-Lab53.873555.7791-70.8562

#975ffd color RGB value is (151,95,253).

#975ffd hex color red value is 151, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #975ffd hue: 0.73 , saturation: 0.98 and the lightness value of 975ffd is 0.68.

The process color (four color CMYK) of #975ffd color hex is 0.40, 0.62, 0.00, 0.01. Web safe color of #975ffd is #9966ff. Color #975ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011111 11111101
Octal 227 137 375
Decimal 151 95 253
Hex 97 5F FD

RGB Percentages of Color #975ffd

%30.26
%19.04
%50.70

CMYK Percentages of Color #975ffd

%40
%62
%0
%1

Triadic Colors of #975ffd

#975ffd #fd975f #5ffd97

Analogous Colors of #975ffd

#975ffd #e65ffd #5f76fd

Monochromatic Colors of #975ffd

#975ffd

Complementary Color

#975ffd #c5fd5f

#975ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975ffd Color CSS Codes

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

#975ffd Text Font Color

<p style="color:#975ffd">Text here</p>

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


#975ffd Background Color

<div style="background-color:#975ffd">
Div content here</div>

This div background color is #975ffd


#975ffd Border Color

<div style="border:3px solid #975ffd">
Div here</div>

This div border color is #975ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,95,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #975ffd;
  box-shadow:         1px 1px 3px 2px #975ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,95,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 #975ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975ffd


Comments

No comments written yet.

Please login to write comment.