Color Hex Logo

#751dba Color Hex

#751DBA
(117,29,186)
0 Favorites   0 Comments

Color spaces of #751dba

RGB 11729186
HSL0.760.730.42
HSV274°84°73°
CMYK 0.370.840.00   0.27
XYZ16.63848.205847.1613
Yxy8.20580.23110.1140
Hunter Lab28.645853.5486-77.5608
CIE-Lab34.407962.4260-64.4130

#751dba color RGB value is (117,29,186).

#751dba hex color red value is 117, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #751dba hue: 0.76 , saturation: 0.73 and the lightness value of 751dba is 0.42.

The process color (four color CMYK) of #751dba color hex is 0.37, 0.84, 0.00, 0.27. Web safe color of #751dba is #6633cc. Color #751dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011101 10111010
Octal 165 35 272
Decimal 117 29 186
Hex 75 1D BA

RGB Percentages of Color #751dba

%35.24
%8.73
%56.02

CMYK Percentages of Color #751dba

%37
%84
%0
%27

Triadic Colors of #751dba

#751dba #ba751d #1dba75

Analogous Colors of #751dba

#751dba #ba1db1 #271dba

Monochromatic Colors of #751dba

#751dba

Complementary Color

#751dba #62ba1d

#751dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#751dba Color CSS Codes

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

#751dba Text Font Color

<p style="color:#751dba">Text here</p>

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


#751dba Background Color

<div style="background-color:#751dba">
Div content here</div>

This div background color is #751dba


#751dba Border Color

<div style="border:3px solid #751dba">
Div here</div>

This div border color is #751dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,29,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751dba;
  -webkit-box-shadow: 1px 1px 3px 2px #751dba;
  box-shadow:         1px 1px 3px 2px #751dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751dba


Comments

No comments written yet.

Please login to write comment.