Color Hex Logo

#974ffd Color Hex

#974FFD
(151,79,253)
0 Favorites   0 Comments

Color spaces of #974ffd

RGB 15179253
HSL0.740.980.65
HSV265°69°99°
CMYK 0.400.690.00   0.01
XYZ33.288119.263194.8922
Yxy19.26310.22580.1306
Hunter Lab43.889758.5759-97.4656
CIE-Lab50.993663.6758-75.5319

#974ffd color RGB value is (151,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001111 11111101
Octal 227 117 375
Decimal 151 79 253
Hex 97 4F FD

RGB Percentages of Color #974ffd

%31.26
%16.36
%52.38

CMYK Percentages of Color #974ffd

%40
%69
%0
%1

Triadic Colors of #974ffd

#974ffd #fd974f #4ffd97

Analogous Colors of #974ffd

#974ffd #ee4ffd #4f5efd

Monochromatic Colors of #974ffd

#974ffd

Complementary Color

#974ffd #b5fd4f

#974ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#974ffd Color CSS Codes

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

#974ffd Text Font Color

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

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


#974ffd Background Color

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

This div background color is #974ffd


#974ffd Border Color

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

This div border color is #974ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.