Color Hex Logo

#751952 Color Hex

#751952
(117,25,82)
0 Favorites   0 Comments

Color spaces of #751952

RGB 1172582
HSL0.900.650.28
HSV323°79°46°
CMYK 0.000.790.30   0.54
XYZ9.20675.08648.4792
Yxy5.08640.40430.2234
Hunter Lab22.553033.4002-6.5039
CIE-Lab26.979544.3717-11.3047

#751952 color RGB value is (117,25,82).

#751952 hex color red value is 117, green value is 25 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #751952 hue: 0.90 , saturation: 0.65 and the lightness value of 751952 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011001 01010010
Octal 165 31 122
Decimal 117 25 82
Hex 75 19 52

RGB Percentages of Color #751952

%52.23
%11.16
%36.61

CMYK Percentages of Color #751952

%0
%79
%30
%54

Triadic Colors of #751952

#751952 #527519 #195275

Analogous Colors of #751952

#751952 #751924 #6a1975

Monochromatic Colors of #751952

#751952

Complementary Color

#751952 #19753c

#751952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751952 Color CSS Codes

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

#751952 Text Font Color

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

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


#751952 Background Color

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

This div background color is #751952


#751952 Border Color

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

This div border color is #751952


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,25,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 #751952">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751952


Comments

No comments written yet.

Please login to write comment.