Color Hex Logo

#750ccd Color Hex

#750CCD
(117,12,205)
0 Favorites   0 Comments

Color spaces of #750ccd

RGB 11712205
HSL0.760.890.43
HSV273°94°80°
CMYK 0.430.940.00   0.20
XYZ18.48708.452658.4148
Yxy8.45260.21660.0990
Hunter Lab29.073462.6252-98.7754
CIE-Lab34.908270.2663-74.7387

#750ccd color RGB value is (117,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001100 11001101
Octal 165 14 315
Decimal 117 12 205
Hex 75 C CD

RGB Percentages of Color #750ccd

%35.03
%3.59
%61.38

CMYK Percentages of Color #750ccd

%43
%94
%0
%20

Triadic Colors of #750ccd

#750ccd #cd750c #0ccd75

Analogous Colors of #750ccd

#750ccd #cd0cc5 #140ccd

Monochromatic Colors of #750ccd

#750ccd

Complementary Color

#750ccd #64cd0c

#750ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#750ccd Color CSS Codes

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

#750ccd Text Font Color

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

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


#750ccd Background Color

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

This div background color is #750ccd


#750ccd Border Color

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

This div border color is #750ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750ccd


Comments

No comments written yet.

Please login to write comment.