Color Hex Logo

#750283 Color Hex

#750283
(117,2,131)
0 Favorites   0 Comments

Color spaces of #750283

RGB 1172131
HSL0.820.970.26
HSV293°98°51°
CMYK 0.110.980.00   0.49
XYZ11.45465.464021.9237
Yxy5.46400.29490.1407
Hunter Lab23.375246.5641-39.2457
CIE-Lab28.017857.2417-41.3307

#750283 color RGB value is (117,2,131).

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

The process color (four color CMYK) of #750283 color hex is 0.11, 0.98, 0.00, 0.49. Web safe color of #750283 is #660099. Color #750283 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000010 10000011
Octal 165 2 203
Decimal 117 2 131
Hex 75 2 83

RGB Percentages of Color #750283

%46.80
%0.80
%52.40

CMYK Percentages of Color #750283

%11
%98
%0
%49

Triadic Colors of #750283

#750283 #837502 #028375

Analogous Colors of #750283

#750283 #830250 #350283

Monochromatic Colors of #750283

#750283

Complementary Color

#750283 #108302

#750283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750283 Color CSS Codes

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

#750283 Text Font Color

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

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


#750283 Background Color

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

This div background color is #750283


#750283 Border Color

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

This div border color is #750283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750283


Comments

No comments written yet.

Please login to write comment.