color codes Logo

#7503db color codes

#7503DB
(117,3,219)
0 Favorites   0 Comments

Color spaces of #7503db

RGB 1173219
HSL0.750.970.44
HSV272°99°86°
CMYK 0.470.990.00   0.14
XYZ20.15498.961567.6853
Yxy8.96150.20820.0926
Hunter Lab29.935867.7914-113.1007
CIE-Lab35.910174.4107-81.1899

#7503db color RGB value is (117,3,219).

#7503db hex color red value is 117, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7503db hue: 0.75 , saturation: 0.97 and the lightness value of 7503db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 11011011
Octal 165 3 333
Decimal 117 3 219
Hex 75 3 DB

RGB Percentages of Color #7503db

%34.51
%0.88
%64.60

CMYK Percentages of Color #7503db

%47
%99
%0
%14

Triadic Colors of #7503db

#7503db #db7503 #03db75

Analogous Colors of #7503db

#7503db #db03d5 #0903db

Monochromatic Colors of #7503db

#7503db

Complementary Color

#7503db #69db03

#7503db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7503db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7503db Color CSS Codes

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

#7503db Text Font Color

<p style="color:#7503db">Text here</p>

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


#7503db Background Color

<div style="background-color:#7503db">
Div content here</div>

This div background color is #7503db


#7503db Border Color

<div style="border:3px solid #7503db">
Div here</div>

This div border color is #7503db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7503db


Comments

No comments written yet.

Please login to write comment.