Color Hex Logo

#750fca Color Hex

#750FCA
(117,15,202)
0 Favorites   0 Comments

Color spaces of #750fca

RGB 11715202
HSL0.760.860.43
HSV273°93°79°
CMYK 0.420.930.00   0.21
XYZ18.16768.387856.5386
Yxy8.38780.21860.1009
Hunter Lab28.961761.2896-95.4719
CIE-Lab34.777869.1504-73.2048

#750fca color RGB value is (117,15,202).

#750fca hex color red value is 117, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #750fca hue: 0.76 , saturation: 0.86 and the lightness value of 750fca is 0.43.

The process color (four color CMYK) of #750fca color hex is 0.42, 0.93, 0.00, 0.21. Web safe color of #750fca is #6600cc. Color #750fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001111 11001010
Octal 165 17 312
Decimal 117 15 202
Hex 75 F CA

RGB Percentages of Color #750fca

%35.03
%4.49
%60.48

CMYK Percentages of Color #750fca

%42
%93
%0
%21

Triadic Colors of #750fca

#750fca #ca750f #0fca75

Analogous Colors of #750fca

#750fca #ca0fc2 #180fca

Monochromatic Colors of #750fca

#750fca

Complementary Color

#750fca #64ca0f

#750fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#750fca Color CSS Codes

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

#750fca Text Font Color

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

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


#750fca Background Color

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

This div background color is #750fca


#750fca Border Color

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

This div border color is #750fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750fca


Comments

No comments written yet.

Please login to write comment.