Color Hex Logo

#7574c3 Color Hex

#7574C3
(117,116,195)
0 Favorites   0 Comments

Color spaces of #7574c3

RGB 117116195
HSL0.670.400.61
HSV241°41°76°
CMYK 0.400.410.00   0.24
XYZ23.431820.212854.2962
Yxy20.21280.23920.2064
Hunter Lab44.958614.3540-40.1330
CIE-Lab52.077020.0804-41.2247

#7574c3 color RGB value is (117,116,195).

#7574c3 hex color red value is 117, green value is 116 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #7574c3 hue: 0.67 , saturation: 0.40 and the lightness value of 7574c3 is 0.61.

The process color (four color CMYK) of #7574c3 color hex is 0.40, 0.41, 0.00, 0.24. Web safe color of #7574c3 is #6666cc. Color #7574c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 11000011
Octal 165 164 303
Decimal 117 116 195
Hex 75 74 C3

RGB Percentages of Color #7574c3

%27.34
%27.10
%45.56

CMYK Percentages of Color #7574c3

%40
%41
%0
%24

Triadic Colors of #7574c3

#7574c3 #c37574 #74c375

Analogous Colors of #7574c3

#7574c3 #9d74c3 #749bc3

Monochromatic Colors of #7574c3

#7574c3

Complementary Color

#7574c3 #c2c374

#7574c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7574c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7574c3 Color CSS Codes

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

#7574c3 Text Font Color

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

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


#7574c3 Background Color

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

This div background color is #7574c3


#7574c3 Border Color

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

This div border color is #7574c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,116,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7574c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7574c3;
  -webkit-box-shadow: 1px 1px 3px 2px #7574c3;
  box-shadow:         1px 1px 3px 2px #7574c3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7574c3


Comments

No comments written yet.

Please login to write comment.