Color Hex Logo

#742593 Color Hex

#742593
(116,37,147)
0 Favorites   0 Comments

Color spaces of #742593

RGB 11637147
HSL0.790.600.36
HSV283°75°58°
CMYK 0.210.750.00   0.42
XYZ13.13057.142728.2904
Yxy7.14270.27040.1471
Hunter Lab26.725840.9275-44.0528
CIE-Lab32.129651.0193-44.6392

#742593 color RGB value is (116,37,147).

#742593 hex color red value is 116, green value is 37 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #742593 hue: 0.79 , saturation: 0.60 and the lightness value of 742593 is 0.36.

The process color (four color CMYK) of #742593 color hex is 0.21, 0.75, 0.00, 0.42. Web safe color of #742593 is #663399. Color #742593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 10010011
Octal 164 45 223
Decimal 116 37 147
Hex 74 25 93

RGB Percentages of Color #742593

%38.67
%12.33
%49.00

CMYK Percentages of Color #742593

%21
%75
%0
%42

Triadic Colors of #742593

#742593 #937425 #259374

Analogous Colors of #742593

#742593 #93257b #3d2593

Monochromatic Colors of #742593

#742593

Complementary Color

#742593 #449325

#742593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742593 Color CSS Codes

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

#742593 Text Font Color

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

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


#742593 Background Color

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

This div background color is #742593


#742593 Border Color

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

This div border color is #742593


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,37,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #742593; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #742593;
  -webkit-box-shadow: 1px 1px 3px 2px #742593;
  box-shadow:         1px 1px 3px 2px #742593; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742593


Comments

No comments written yet.

Please login to write comment.