Color Hex Logo

#975cfd Color Hex

#975CFD
(151,92,253)
0 Favorites   0 Comments

Color spaces of #975cfd

RGB 15192253
HSL0.730.980.68
HSV262°64°99°
CMYK 0.400.640.00   0.01
XYZ34.319321.325595.2359
Yxy21.32550.22750.1413
Hunter Lab46.179551.8418-89.9479
CIE-Lab53.303957.3200-71.7790

#975cfd color RGB value is (151,92,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011100 11111101
Octal 227 134 375
Decimal 151 92 253
Hex 97 5C FD

RGB Percentages of Color #975cfd

%30.44
%18.55
%51.01

CMYK Percentages of Color #975cfd

%40
%64
%0
%1

Triadic Colors of #975cfd

#975cfd #fd975c #5cfd97

Analogous Colors of #975cfd

#975cfd #e85cfd #5c72fd

Monochromatic Colors of #975cfd

#975cfd

Complementary Color

#975cfd #c2fd5c

#975cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975cfd Color CSS Codes

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

#975cfd Text Font Color

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

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


#975cfd Background Color

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

This div background color is #975cfd


#975cfd Border Color

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

This div border color is #975cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975cfd


Comments

No comments written yet.

Please login to write comment.