Color Hex Logo

#750fcd Color Hex

#750FCD
(117,15,205)
0 Favorites   0 Comments

Color spaces of #750fcd

RGB 11715205
HSL0.760.860.43
HSV272°93°80°
CMYK 0.430.930.00   0.20
XYZ18.52648.531358.4279
Yxy8.53130.21670.0998
Hunter Lab29.208462.1049-98.1567
CIE-Lab35.065869.7930-74.4793

#750fcd color RGB value is (117,15,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001111 11001101
Octal 165 17 315
Decimal 117 15 205
Hex 75 F CD

RGB Percentages of Color #750fcd

%34.72
%4.45
%60.83

CMYK Percentages of Color #750fcd

%43
%93
%0
%20

Triadic Colors of #750fcd

#750fcd #cd750f #0fcd75

Analogous Colors of #750fcd

#750fcd #cd0fc6 #160fcd

Monochromatic Colors of #750fcd

#750fcd

Complementary Color

#750fcd #67cd0f

#750fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#750fcd Color CSS Codes

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

#750fcd Text Font Color

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

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


#750fcd Background Color

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

This div background color is #750fcd


#750fcd Border Color

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

This div border color is #750fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750fcd


Comments

No comments written yet.

Please login to write comment.