Color Hex Logo

#7d2757 Color Hex

#7D2757
(125,39,87)
0 Favorites   0 Comments

Color spaces of #7d2757

RGB 1253987
HSL0.910.520.32
HSV327°69°49°
CMYK 0.000.690.30   0.51
XYZ10.90336.49919.6966
Yxy6.49910.40240.2398
Hunter Lab25.493331.7297-4.7061
CIE-Lab30.638341.9190-8.9026

#7d2757 color RGB value is (125,39,87).

#7d2757 hex color red value is 125, green value is 39 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #7d2757 hue: 0.91 , saturation: 0.52 and the lightness value of 7d2757 is 0.32.

The process color (four color CMYK) of #7d2757 color hex is 0.00, 0.69, 0.30, 0.51. Web safe color of #7d2757 is #663366. Color #7d2757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100111 01010111
Octal 175 47 127
Decimal 125 39 87
Hex 7D 27 57

RGB Percentages of Color #7d2757

%49.80
%15.54
%34.66

CMYK Percentages of Color #7d2757

%0
%69
%30
%51

Triadic Colors of #7d2757

#7d2757 #577d27 #27577d

Analogous Colors of #7d2757

#7d2757 #7d272c #78277d

Monochromatic Colors of #7d2757

#7d2757

Complementary Color

#7d2757 #277d4d

#7d2757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d2757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d2757 Color CSS Codes

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

#7d2757 Text Font Color

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

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


#7d2757 Background Color

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

This div background color is #7d2757


#7d2757 Border Color

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

This div border color is #7d2757


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,39,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d2757; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d2757;
  -webkit-box-shadow: 1px 1px 3px 2px #7d2757;
  box-shadow:         1px 1px 3px 2px #7d2757; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d2757


Comments

No comments written yet.

Please login to write comment.