color codes Logo

#750fdb color codes

#750FDB
(117,15,219)
0 Favorites   0 Comments

Color spaces of #750fdb

RGB 11715219
HSL0.750.870.46
HSV270°93°86°
CMYK 0.470.930.00   0.14
XYZ20.29319.238067.7314
Yxy9.23800.20860.0950
Hunter Lab30.394165.9888-110.8484
CIE-Lab36.438572.8127-80.3175

#750fdb color RGB value is (117,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001111 11011011
Octal 165 17 333
Decimal 117 15 219
Hex 75 F DB

RGB Percentages of Color #750fdb

%33.33
%4.27
%62.39

CMYK Percentages of Color #750fdb

%47
%93
%0
%14

Triadic Colors of #750fdb

#750fdb #db750f #0fdb75

Analogous Colors of #750fdb

#750fdb #db0fdb #0f0fdb

Monochromatic Colors of #750fdb

#750fdb

Complementary Color

#750fdb #75db0f

#750fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#750fdb Color CSS Codes

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

#750fdb Text Font Color

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

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


#750fdb Background Color

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

This div background color is #750fdb


#750fdb Border Color

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

This div border color is #750fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750fdb


Comments

No comments written yet.

Please login to write comment.