Color Hex Logo

#762454 Color Hex

#762454
(118,36,84)
0 Favorites   0 Comments

Color spaces of #762454

RGB 1183684
HSL0.900.530.30
HSV325°69°46°
CMYK 0.000.690.29   0.54
XYZ9.70235.75348.9867
Yxy5.75340.39690.2354
Hunter Lab23.986230.2263-5.4233
CIE-Lab28.781640.6526-9.8687

#762454 color RGB value is (118,36,84).

#762454 hex color red value is 118, green value is 36 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #762454 hue: 0.90 , saturation: 0.53 and the lightness value of 762454 is 0.30.

The process color (four color CMYK) of #762454 color hex is 0.00, 0.69, 0.29, 0.54. Web safe color of #762454 is #663366. Color #762454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100100 01010100
Octal 166 44 124
Decimal 118 36 84
Hex 76 24 54

RGB Percentages of Color #762454

%49.58
%15.13
%35.29

CMYK Percentages of Color #762454

%0
%69
%29
%54

Triadic Colors of #762454

#762454 #547624 #245476

Analogous Colors of #762454

#762454 #76242b #6f2476

Monochromatic Colors of #762454

#762454

Complementary Color

#762454 #247646

#762454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762454 Color CSS Codes

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

#762454 Text Font Color

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

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


#762454 Background Color

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

This div background color is #762454


#762454 Border Color

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

This div border color is #762454


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,36,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762454; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762454;
  -webkit-box-shadow: 1px 1px 3px 2px #762454;
  box-shadow:         1px 1px 3px 2px #762454; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,36,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762454


Comments

No comments written yet.

Please login to write comment.