Color Hex Logo

#750298 Color Hex

#750298
(117,2,152)
0 Favorites   0 Comments

Color spaces of #750298

RGB 1172152
HSL0.790.970.30
HSV286°99°60°
CMYK 0.230.990.00   0.40
XYZ13.02536.092330.1952
Yxy6.09230.26410.1235
Hunter Lab24.682651.0021-55.2540
CIE-Lab29.644161.0403-51.7267

#750298 color RGB value is (117,2,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000010 10011000
Octal 165 2 230
Decimal 117 2 152
Hex 75 2 98

RGB Percentages of Color #750298

%43.17
%0.74
%56.09

CMYK Percentages of Color #750298

%23
%99
%0
%40

Triadic Colors of #750298

#750298 #987502 #029875

Analogous Colors of #750298

#750298 #980270 #2a0298

Monochromatic Colors of #750298

#750298

Complementary Color

#750298 #259802

#750298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750298 Color CSS Codes

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

#750298 Text Font Color

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

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


#750298 Background Color

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

This div background color is #750298


#750298 Border Color

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

This div border color is #750298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750298


Comments

No comments written yet.

Please login to write comment.