Color Hex Logo

#7431d5 Color Hex

#7431D5
(116,49,213)
0 Favorites   0 Comments

Color spaces of #7431d5

RGB 11649213
HSL0.730.660.51
HSV265°77°84°
CMYK 0.460.770.00   0.16
XYZ20.311010.713763.9482
Yxy10.71370.21390.1128
Hunter Lab32.731853.4837-92.9228
CIE-Lab39.094061.4545-72.4992

#7431d5 color RGB value is (116,49,213).

#7431d5 hex color red value is 116, green value is 49 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #7431d5 hue: 0.73 , saturation: 0.66 and the lightness value of 7431d5 is 0.51.

The process color (four color CMYK) of #7431d5 color hex is 0.46, 0.77, 0.00, 0.16. Web safe color of #7431d5 is #6633cc. Color #7431d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110001 11010101
Octal 164 61 325
Decimal 116 49 213
Hex 74 31 D5

RGB Percentages of Color #7431d5

%30.69
%12.96
%56.35

CMYK Percentages of Color #7431d5

%46
%77
%0
%16

Triadic Colors of #7431d5

#7431d5 #d57431 #31d574

Analogous Colors of #7431d5

#7431d5 #c631d5 #3140d5

Monochromatic Colors of #7431d5

#7431d5

Complementary Color

#7431d5 #92d531

#7431d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7431d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7431d5 Color CSS Codes

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

#7431d5 Text Font Color

<p style="color:#7431d5">Text here</p>

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


#7431d5 Background Color

<div style="background-color:#7431d5">
Div content here</div>

This div background color is #7431d5


#7431d5 Border Color

<div style="border:3px solid #7431d5">
Div here</div>

This div border color is #7431d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,49,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7431d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7431d5;
  -webkit-box-shadow: 1px 1px 3px 2px #7431d5;
  box-shadow:         1px 1px 3px 2px #7431d5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7431d5


Comments

No comments written yet.

Please login to write comment.