Color Hex Logo

#762368 Color Hex

#762368
(118,35,104)
0 Favorites   0 Comments

Color spaces of #762368

RGB 11835104
HSL0.860.540.30
HSV310°70°46°
CMYK 0.000.700.12   0.54
XYZ10.57096.053113.7079
Yxy6.05310.34850.1996
Hunter Lab24.603033.6386-15.8120
CIE-Lab29.546044.1326-21.7106

#762368 color RGB value is (118,35,104).

#762368 hex color red value is 118, green value is 35 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #762368 hue: 0.86 , saturation: 0.54 and the lightness value of 762368 is 0.30.

The process color (four color CMYK) of #762368 color hex is 0.00, 0.70, 0.12, 0.54. Web safe color of #762368 is #663366. Color #762368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100011 01101000
Octal 166 43 150
Decimal 118 35 104
Hex 76 23 68

RGB Percentages of Color #762368

%45.91
%13.62
%40.47

CMYK Percentages of Color #762368

%0
%70
%12
%54

Triadic Colors of #762368

#762368 #687623 #236876

Analogous Colors of #762368

#762368 #76233f #5b2376

Monochromatic Colors of #762368

#762368

Complementary Color

#762368 #237631

#762368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762368 Color CSS Codes

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

#762368 Text Font Color

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

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


#762368 Background Color

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

This div background color is #762368


#762368 Border Color

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

This div border color is #762368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762368


Comments

No comments written yet.

Please login to write comment.