Color Hex Logo

#740367 Color Hex

#740367
(116,3,103)
0 Favorites   0 Comments

Color spaces of #740367

RGB 1163103
HSL0.850.950.23
HSV307°97°45°
CMYK 0.000.970.11   0.55
XYZ9.68324.757413.2399
Yxy4.75740.34980.1719
Hunter Lab21.811541.0750-20.7219
CIE-Lab26.032152.3504-26.6151

#740367 color RGB value is (116,3,103).

#740367 hex color red value is 116, green value is 3 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #740367 hue: 0.85 , saturation: 0.95 and the lightness value of 740367 is 0.23.

The process color (four color CMYK) of #740367 color hex is 0.00, 0.97, 0.11, 0.55. Web safe color of #740367 is #660066. Color #740367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000011 01100111
Octal 164 3 147
Decimal 116 3 103
Hex 74 3 67

RGB Percentages of Color #740367

%52.25
%1.35
%46.40

CMYK Percentages of Color #740367

%0
%97
%11
%55

Triadic Colors of #740367

#740367 #677403 #036774

Analogous Colors of #740367

#740367 #74032f #480374

Monochromatic Colors of #740367

#740367

Complementary Color

#740367 #037410

#740367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740367 Color CSS Codes

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

#740367 Text Font Color

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

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


#740367 Background Color

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

This div background color is #740367


#740367 Border Color

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

This div border color is #740367


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,3,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 #740367">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740367


Comments

No comments written yet.

Please login to write comment.