Color Hex Logo

#742683 Color Hex

#742683
(116,38,131)
0 Favorites   0 Comments

Color spaces of #742683

RGB 11638131
HSL0.810.550.33
HSV290°71°51°
CMYK 0.110.710.00   0.49
XYZ11.99236.737922.1412
Yxy6.73790.29340.1649
Hunter Lab25.957537.0411-32.4030
CIE-Lab31.202647.3195-36.2260

#742683 color RGB value is (116,38,131).

#742683 hex color red value is 116, green value is 38 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #742683 hue: 0.81 , saturation: 0.55 and the lightness value of 742683 is 0.33.

The process color (four color CMYK) of #742683 color hex is 0.11, 0.71, 0.00, 0.49. Web safe color of #742683 is #663399. Color #742683 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 10000011
Octal 164 46 203
Decimal 116 38 131
Hex 74 26 83

RGB Percentages of Color #742683

%40.70
%13.33
%45.96

CMYK Percentages of Color #742683

%11
%71
%0
%49

Triadic Colors of #742683

#742683 #837426 #268374

Analogous Colors of #742683

#742683 #832664 #462683

Monochromatic Colors of #742683

#742683

Complementary Color

#742683 #358326

#742683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742683 Color CSS Codes

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

#742683 Text Font Color

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

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


#742683 Background Color

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

This div background color is #742683


#742683 Border Color

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

This div border color is #742683


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,38,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742683


Comments

No comments written yet.

Please login to write comment.