Color Hex Logo

#763262 Color Hex

#763262
(118,50,98)
0 Favorites   0 Comments

Color spaces of #763262

RGB 1185098
HSL0.880.400.33
HSV318°58°46°
CMYK 0.000.580.17   0.54
XYZ10.81647.014612.3391
Yxy7.01460.35850.2325
Hunter Lab26.485126.5497-9.0830
CIE-Lab31.840136.0915-14.3012

#763262 color RGB value is (118,50,98).

#763262 hex color red value is 118, green value is 50 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #763262 hue: 0.88 , saturation: 0.40 and the lightness value of 763262 is 0.33.

The process color (four color CMYK) of #763262 color hex is 0.00, 0.58, 0.17, 0.54. Web safe color of #763262 is #663366. Color #763262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 01100010
Octal 166 62 142
Decimal 118 50 98
Hex 76 32 62

RGB Percentages of Color #763262

%44.36
%18.80
%36.84

CMYK Percentages of Color #763262

%0
%58
%17
%54

Triadic Colors of #763262

#763262 #627632 #326276

Analogous Colors of #763262

#763262 #763240 #683276

Monochromatic Colors of #763262

#763262

Complementary Color

#763262 #327646

#763262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763262 Color CSS Codes

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

#763262 Text Font Color

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

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


#763262 Background Color

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

This div background color is #763262


#763262 Border Color

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

This div border color is #763262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763262


Comments

No comments written yet.

Please login to write comment.