Color Hex Logo

#742398 Color Hex

#742398
(116,35,152)
0 Favorites   0 Comments

Color spaces of #742398

RGB 11635152
HSL0.780.630.37
HSV282°77°60°
CMYK 0.240.770.00   0.40
XYZ13.47107.182130.3820
Yxy7.18210.26400.1407
Hunter Lab26.799442.8257-48.4563
CIE-Lab32.217952.8538-47.5576

#742398 color RGB value is (116,35,152).

#742398 hex color red value is 116, green value is 35 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #742398 hue: 0.78 , saturation: 0.63 and the lightness value of 742398 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100011 10011000
Octal 164 43 230
Decimal 116 35 152
Hex 74 23 98

RGB Percentages of Color #742398

%38.28
%11.55
%50.17

CMYK Percentages of Color #742398

%24
%77
%0
%40

Triadic Colors of #742398

#742398 #987423 #239874

Analogous Colors of #742398

#742398 #982382 #392398

Monochromatic Colors of #742398

#742398

Complementary Color

#742398 #479823

#742398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742398 Color CSS Codes

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

#742398 Text Font Color

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

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


#742398 Background Color

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

This div background color is #742398


#742398 Border Color

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

This div border color is #742398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742398


Comments

No comments written yet.

Please login to write comment.