Color Hex Logo

#973fee Color Hex

#973FEE
(151,63,238)
0 Favorites   0 Comments

Color spaces of #973fee

RGB 15163238
HSL0.750.840.59
HSV270°74°93°
CMYK 0.370.740.00   0.07
XYZ29.972616.307482.4568
Yxy16.30740.23280.1267
Hunter Lab40.382461.8168-92.7965
CIE-Lab47.375267.1597-73.0319

#973fee color RGB value is (151,63,238).

#973fee hex color red value is 151, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #973fee hue: 0.75 , saturation: 0.84 and the lightness value of 973fee is 0.59.

The process color (four color CMYK) of #973fee color hex is 0.37, 0.74, 0.00, 0.07. Web safe color of #973fee is #9933ff. Color #973fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111111 11101110
Octal 227 77 356
Decimal 151 63 238
Hex 97 3F EE

RGB Percentages of Color #973fee

%33.41
%13.94
%52.65

CMYK Percentages of Color #973fee

%37
%74
%0
%7

Triadic Colors of #973fee

#973fee #ee973f #3fee97

Analogous Colors of #973fee

#973fee #ee3fee #3f3fee

Monochromatic Colors of #973fee

#973fee

Complementary Color

#973fee #96ee3f

#973fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#973fee Color CSS Codes

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

#973fee Text Font Color

<p style="color:#973fee">Text here</p>

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


#973fee Background Color

<div style="background-color:#973fee">
Div content here</div>

This div background color is #973fee


#973fee Border Color

<div style="border:3px solid #973fee">
Div here</div>

This div border color is #973fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,63,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #973fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #973fee;
  -webkit-box-shadow: 1px 1px 3px 2px #973fee;
  box-shadow:         1px 1px 3px 2px #973fee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973fee


Comments

No comments written yet.

Please login to write comment.