Color Hex Logo

#742d98 Color Hex

#742D98
(116,45,152)
0 Favorites   0 Comments

Color spaces of #742d98

RGB 11645152
HSL0.780.540.39
HSV280°70°60°
CMYK 0.240.700.00   0.40
XYZ13.80837.856830.4945
Yxy7.85680.26470.1506
Hunter Lab28.030038.8813-44.8820
CIE-Lab33.682948.6973-45.1929

#742d98 color RGB value is (116,45,152).

#742d98 hex color red value is 116, green value is 45 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #742d98 hue: 0.78 , saturation: 0.54 and the lightness value of 742d98 is 0.39.

The process color (four color CMYK) of #742d98 color hex is 0.24, 0.70, 0.00, 0.40. Web safe color of #742d98 is #663399. Color #742d98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101101 10011000
Octal 164 55 230
Decimal 116 45 152
Hex 74 2D 98

RGB Percentages of Color #742d98

%37.06
%14.38
%48.56

CMYK Percentages of Color #742d98

%24
%70
%0
%40

Triadic Colors of #742d98

#742d98 #98742d #2d9874

Analogous Colors of #742d98

#742d98 #982d87 #3f2d98

Monochromatic Colors of #742d98

#742d98

Complementary Color

#742d98 #51982d

#742d98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742d98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742d98 Color CSS Codes

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

#742d98 Text Font Color

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

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


#742d98 Background Color

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

This div background color is #742d98


#742d98 Border Color

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

This div border color is #742d98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742d98


Comments

No comments written yet.

Please login to write comment.