Color Hex Logo

#751352 Color Hex

#751352
(117,19,82)
0 Favorites   0 Comments

Color spaces of #751352

RGB 1171982
HSL0.890.720.27
HSV321°84°46°
CMYK 0.000.840.30   0.54
XYZ9.09204.85688.4409
Yxy4.85680.40610.2169
Hunter Lab22.038135.0747-7.2821
CIE-Lab26.322846.2446-12.3081

#751352 color RGB value is (117,19,82).

#751352 hex color red value is 117, green value is 19 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #751352 hue: 0.89 , saturation: 0.72 and the lightness value of 751352 is 0.27.

The process color (four color CMYK) of #751352 color hex is 0.00, 0.84, 0.30, 0.54. Web safe color of #751352 is #660066. Color #751352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 01010010
Octal 165 23 122
Decimal 117 19 82
Hex 75 13 52

RGB Percentages of Color #751352

%53.67
%8.72
%37.61

CMYK Percentages of Color #751352

%0
%84
%30
%54

Triadic Colors of #751352

#751352 #527513 #135275

Analogous Colors of #751352

#751352 #751321 #671375

Monochromatic Colors of #751352

#751352

Complementary Color

#751352 #137536

#751352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751352 Color CSS Codes

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

#751352 Text Font Color

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

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


#751352 Background Color

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

This div background color is #751352


#751352 Border Color

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

This div border color is #751352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,19,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751352;
  -webkit-box-shadow: 1px 1px 3px 2px #751352;
  box-shadow:         1px 1px 3px 2px #751352; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751352


Comments

No comments written yet.

Please login to write comment.