Color Hex Logo

#7f5183 Color Hex

#7F5183
(127,81,131)
0 Favorites   0 Comments

Color spaces of #7f5183

RGB 12781131
HSL0.820.240.42
HSV295°38°51°
CMYK 0.030.380.00   0.49
XYZ15.791612.035622.9635
Yxy12.03560.31090.2370
Hunter Lab34.692420.5397-14.9605
CIE-Lab41.272628.0085-20.3022

#7f5183 color RGB value is (127,81,131).

#7f5183 hex color red value is 127, green value is 81 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #7f5183 hue: 0.82 , saturation: 0.24 and the lightness value of 7f5183 is 0.42.

The process color (four color CMYK) of #7f5183 color hex is 0.03, 0.38, 0.00, 0.49. Web safe color of #7f5183 is #666699. Color #7f5183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010001 10000011
Octal 177 121 203
Decimal 127 81 131
Hex 7F 51 83

RGB Percentages of Color #7f5183

%37.46
%23.89
%38.64

CMYK Percentages of Color #7f5183

%3
%38
%0
%49

Triadic Colors of #7f5183

#7f5183 #837f51 #51837f

Analogous Colors of #7f5183

#7f5183 #83516e #665183

Monochromatic Colors of #7f5183

#7f5183

Complementary Color

#7f5183 #558351

#7f5183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f5183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f5183 Color CSS Codes

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

#7f5183 Text Font Color

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

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


#7f5183 Background Color

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

This div background color is #7f5183


#7f5183 Border Color

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

This div border color is #7f5183


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,81,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f5183; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f5183;
  -webkit-box-shadow: 1px 1px 3px 2px #7f5183;
  box-shadow:         1px 1px 3px 2px #7f5183; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,81,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f5183


Comments

No comments written yet.

Please login to write comment.