Color Hex Logo

#975bfd Color Hex

#975BFD
(151,91,253)
0 Favorites   0 Comments

Color spaces of #975bfd

RGB 15191253
HSL0.730.980.67
HSV262°64°99°
CMYK 0.400.640.00   0.01
XYZ34.233221.153395.2072
Yxy21.15330.22730.1405
Hunter Lab45.992752.3735-90.5383
CIE-Lab53.116957.8282-72.0823

#975bfd color RGB value is (151,91,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11111101
Octal 227 133 375
Decimal 151 91 253
Hex 97 5B FD

RGB Percentages of Color #975bfd

%30.51
%18.38
%51.11

CMYK Percentages of Color #975bfd

%40
%64
%0
%1

Triadic Colors of #975bfd

#975bfd #fd975b #5bfd97

Analogous Colors of #975bfd

#975bfd #e85bfd #5b70fd

Monochromatic Colors of #975bfd

#975bfd

Complementary Color

#975bfd #c1fd5b

#975bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bfd Color CSS Codes

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

#975bfd Text Font Color

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

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


#975bfd Background Color

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

This div background color is #975bfd


#975bfd Border Color

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

This div border color is #975bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bfd


Comments

No comments written yet.

Please login to write comment.