Color Hex Logo

#742675 Color Hex

#742675
(116,38,117)
0 Favorites   0 Comments

Color spaces of #742675

RGB 11638117
HSL0.830.510.30
HSV299°68°46°
CMYK 0.010.680.00   0.54
XYZ11.10656.383617.4764
Yxy6.38360.31760.1826
Hunter Lab25.265834.2511-23.3250
CIE-Lab30.360344.6170-28.7595

#742675 color RGB value is (116,38,117).

#742675 hex color red value is 116, green value is 38 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #742675 hue: 0.83 , saturation: 0.51 and the lightness value of 742675 is 0.30.

The process color (four color CMYK) of #742675 color hex is 0.01, 0.68, 0.00, 0.54. Web safe color of #742675 is #663366. Color #742675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 01110101
Octal 164 46 165
Decimal 116 38 117
Hex 74 26 75

RGB Percentages of Color #742675

%42.80
%14.02
%43.17

CMYK Percentages of Color #742675

%1
%68
%0
%54

Triadic Colors of #742675

#742675 #757426 #267574

Analogous Colors of #742675

#742675 #75264e #4d2675

Monochromatic Colors of #742675

#742675

Complementary Color

#742675 #277526

#742675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742675 Color CSS Codes

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

#742675 Text Font Color

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

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


#742675 Background Color

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

This div background color is #742675


#742675 Border Color

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

This div border color is #742675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742675


Comments

No comments written yet.

Please login to write comment.