Color Hex Logo

#750cdb Color Hex

#750CDB
(117,12,219)
0 Favorites   0 Comments

Color spaces of #750cdb

RGB 11712219
HSL0.750.900.45
HSV270°95°86°
CMYK 0.470.950.00   0.14
XYZ20.25389.159367.7183
Yxy9.15930.20850.0943
Hunter Lab30.264366.4950-111.4800
CIE-Lab36.289273.2633-80.5639

#750cdb color RGB value is (117,12,219).

#750cdb hex color red value is 117, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #750cdb hue: 0.75 , saturation: 0.90 and the lightness value of 750cdb is 0.45.

The process color (four color CMYK) of #750cdb color hex is 0.47, 0.95, 0.00, 0.14. Web safe color of #750cdb is #6600cc. Color #750cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001100 11011011
Octal 165 14 333
Decimal 117 12 219
Hex 75 C DB

RGB Percentages of Color #750cdb

%33.62
%3.45
%62.93

CMYK Percentages of Color #750cdb

%47
%95
%0
%14

Triadic Colors of #750cdb

#750cdb #db750c #0cdb75

Analogous Colors of #750cdb

#750cdb #db0cda #0e0cdb

Monochromatic Colors of #750cdb

#750cdb

Complementary Color

#750cdb #72db0c

#750cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#750cdb Color CSS Codes

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

#750cdb Text Font Color

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

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


#750cdb Background Color

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

This div background color is #750cdb


#750cdb Border Color

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

This div border color is #750cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750cdb


Comments

No comments written yet.

Please login to write comment.