Color Hex Logo

#750098 Color Hex

#750098
(117,0,152)
0 Favorites   0 Comments

Color spaces of #750098

RGB 1170152
HSL0.791.000.30
HSV286°100°60°
CMYK 0.231.000.00   0.40
XYZ13.00366.048930.1880
Yxy6.04890.26410.1228
Hunter Lab24.594551.3361-55.5581
CIE-Lab29.535561.3654-51.9037

#750098 color RGB value is (117,0,152).

#750098 hex color red value is 117, green value is 0 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #750098 hue: 0.79 , saturation: 1.00 and the lightness value of 750098 is 0.30.

The process color (four color CMYK) of #750098 color hex is 0.23, 1.00, 0.00, 0.40. Web safe color of #750098 is #660099. Color #750098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 10011000
Octal 165 0 230
Decimal 117 0 152
Hex 75 0 98

RGB Percentages of Color #750098

%43.49
%0.00
%56.51

CMYK Percentages of Color #750098

%23
%100
%0
%40

Triadic Colors of #750098

#750098 #987500 #009875

Analogous Colors of #750098

#750098 #98006f #290098

Monochromatic Colors of #750098

#750098

Complementary Color

#750098 #239800

#750098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750098 Color CSS Codes

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

#750098 Text Font Color

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

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


#750098 Background Color

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

This div background color is #750098


#750098 Border Color

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

This div border color is #750098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750098


Comments

No comments written yet.

Please login to write comment.