Color Hex Logo

#750afc Color Hex

#750AFC
(117,10,252)
0 Favorites   0 Comments

Color spaces of #750afc

RGB 11710252
HSL0.740.980.51
HSV267°96°99°
CMYK 0.540.960.00   0.01
XYZ25.015311.027392.9055
Yxy11.02730.19400.0855
Hunter Lab33.207476.3521-142.6326
CIE-Lab39.626480.6555-93.7879

#750afc color RGB value is (117,10,252).

#750afc hex color red value is 117, green value is 10 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #750afc hue: 0.74 , saturation: 0.98 and the lightness value of 750afc is 0.51.

The process color (four color CMYK) of #750afc color hex is 0.54, 0.96, 0.00, 0.01. Web safe color of #750afc is #6600ff. Color #750afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001010 11111100
Octal 165 12 374
Decimal 117 10 252
Hex 75 A FC

RGB Percentages of Color #750afc

%30.87
%2.64
%66.49

CMYK Percentages of Color #750afc

%54
%96
%0
%1

Triadic Colors of #750afc

#750afc #fc750a #0afc75

Analogous Colors of #750afc

#750afc #ee0afc #0a18fc

Monochromatic Colors of #750afc

#750afc

Complementary Color

#750afc #91fc0a

#750afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#750afc Color CSS Codes

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

#750afc Text Font Color

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

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


#750afc Background Color

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

This div background color is #750afc


#750afc Border Color

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

This div border color is #750afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750afc


Comments

No comments written yet.

Please login to write comment.