Color Hex Logo

#762567 Color Hex

#762567
(118,37,103)
0 Favorites   0 Comments

Color spaces of #762567

RGB 11837103
HSL0.860.520.30
HSV311°69°46°
CMYK 0.000.690.13   0.54
XYZ10.58106.154013.4621
Yxy6.15400.35040.2038
Hunter Lab24.807332.7226-14.8097
CIE-Lab29.797743.1243-20.6740

#762567 color RGB value is (118,37,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 01100111
Octal 166 45 147
Decimal 118 37 103
Hex 76 25 67

RGB Percentages of Color #762567

%45.74
%14.34
%39.92

CMYK Percentages of Color #762567

%0
%69
%13
%54

Triadic Colors of #762567

#762567 #677625 #256776

Analogous Colors of #762567

#762567 #76253f #5c2576

Monochromatic Colors of #762567

#762567

Complementary Color

#762567 #257634

#762567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762567 Color CSS Codes

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

#762567 Text Font Color

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

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


#762567 Background Color

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

This div background color is #762567


#762567 Border Color

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

This div border color is #762567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762567


Comments

No comments written yet.

Please login to write comment.