Color Hex Logo

#975ff5 Color Hex

#975FF5
(151,95,245)
0 Favorites   0 Comments

Color spaces of #975ff5

RGB 15195245
HSL0.730.880.67
HSV262°61°96°
CMYK 0.380.610.00   0.04
XYZ33.336121.356388.7514
Yxy21.35630.23240.1489
Hunter Lab46.212947.8901-81.5169
CIE-Lab53.337353.7432-67.2780

#975ff5 color RGB value is (151,95,245).

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

The process color (four color CMYK) of #975ff5 color hex is 0.38, 0.61, 0.00, 0.04. Web safe color of #975ff5 is #9966ff. Color #975ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011111 11110101
Octal 227 137 365
Decimal 151 95 245
Hex 97 5F F5

RGB Percentages of Color #975ff5

%30.75
%19.35
%49.90

CMYK Percentages of Color #975ff5

%38
%61
%0
%4

Triadic Colors of #975ff5

#975ff5 #f5975f #5ff597

Analogous Colors of #975ff5

#975ff5 #e25ff5 #5f72f5

Monochromatic Colors of #975ff5

#975ff5

Complementary Color

#975ff5 #bdf55f

#975ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975ff5 Color CSS Codes

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

#975ff5 Text Font Color

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

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


#975ff5 Background Color

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

This div background color is #975ff5


#975ff5 Border Color

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

This div border color is #975ff5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,95,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975ff5


Comments

No comments written yet.

Please login to write comment.