Color Hex Logo

#7531ff Color Hex

#7531FF
(117,49,255)
0 Favorites   0 Comments

Color spaces of #7531ff

RGB 11749255
HSL0.721.000.60
HSV260°81°100°
CMYK 0.540.810.00   0.00
XYZ26.484413.198595.7594
Yxy13.19850.19550.0974
Hunter Lab36.329766.5496-130.8482
CIE-Lab43.060872.0057-89.7893

#7531ff color RGB value is (117,49,255).

#7531ff hex color red value is 117, green value is 49 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7531ff hue: 0.72 , saturation: 1.00 and the lightness value of 7531ff is 0.60.

The process color (four color CMYK) of #7531ff color hex is 0.54, 0.81, 0.00, 0.00. Web safe color of #7531ff is #6633ff. Color #7531ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 11111111
Octal 165 61 377
Decimal 117 49 255
Hex 75 31 FF

RGB Percentages of Color #7531ff

%27.79
%11.64
%60.57

CMYK Percentages of Color #7531ff

%54
%81
%0
%0

Triadic Colors of #7531ff

#7531ff #ff7531 #31ff75

Analogous Colors of #7531ff

#7531ff #dc31ff #3154ff

Monochromatic Colors of #7531ff

#7531ff

Complementary Color

#7531ff #bbff31

#7531ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7531ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7531ff Color CSS Codes

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

#7531ff Text Font Color

<p style="color:#7531ff">Text here</p>

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


#7531ff Background Color

<div style="background-color:#7531ff">
Div content here</div>

This div background color is #7531ff


#7531ff Border Color

<div style="border:3px solid #7531ff">
Div here</div>

This div border color is #7531ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,49,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7531ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7531ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7531ff;
  box-shadow:         1px 1px 3px 2px #7531ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,49,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7531ff


Comments

No comments written yet.

Please login to write comment.