Color Hex Logo

#742755 Color Hex

#742755
(116,39,85)
0 Favorites   0 Comments

Color spaces of #742755

RGB 1163985
HSL0.900.500.30
HSV324°66°45°
CMYK 0.000.660.27   0.55
XYZ9.56775.81999.2134
Yxy5.81990.38890.2366
Hunter Lab24.124528.5748-5.7564
CIE-Lab28.953538.8261-10.2985

#742755 color RGB value is (116,39,85).

#742755 hex color red value is 116, green value is 39 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #742755 hue: 0.90 , saturation: 0.50 and the lightness value of 742755 is 0.30.

The process color (four color CMYK) of #742755 color hex is 0.00, 0.66, 0.27, 0.55. Web safe color of #742755 is #663366. Color #742755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 01010101
Octal 164 47 125
Decimal 116 39 85
Hex 74 27 55

RGB Percentages of Color #742755

%48.33
%16.25
%35.42

CMYK Percentages of Color #742755

%0
%66
%27
%55

Triadic Colors of #742755

#742755 #557427 #275574

Analogous Colors of #742755

#742755 #74272e #6d2774

Monochromatic Colors of #742755

#742755

Complementary Color

#742755 #277446

#742755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742755 Color CSS Codes

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

#742755 Text Font Color

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

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


#742755 Background Color

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

This div background color is #742755


#742755 Border Color

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

This div border color is #742755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742755


Comments

No comments written yet.

Please login to write comment.