Color Hex Logo

#765adf Color Hex

#765ADF
(118,90,223)
0 Favorites   0 Comments

Color spaces of #765adf

RGB 11890223
HSL0.700.680.61
HSV253°60°87°
CMYK 0.470.600.00   0.13
XYZ24.446716.491671.7068
Yxy16.49160.21700.1464
Hunter Lab40.609936.3879-76.2644
CIE-Lab47.613043.7844-64.3282

#765adf color RGB value is (118,90,223).

#765adf hex color red value is 118, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #765adf hue: 0.70 , saturation: 0.68 and the lightness value of 765adf is 0.61.

The process color (four color CMYK) of #765adf color hex is 0.47, 0.60, 0.00, 0.13. Web safe color of #765adf is #6666cc. Color #765adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011010 11011111
Octal 166 132 337
Decimal 118 90 223
Hex 76 5A DF

RGB Percentages of Color #765adf

%27.38
%20.88
%51.74

CMYK Percentages of Color #765adf

%47
%60
%0
%13

Triadic Colors of #765adf

#765adf #df765a #5adf76

Analogous Colors of #765adf

#765adf #b95adf #5a81df

Monochromatic Colors of #765adf

#765adf

Complementary Color

#765adf #c3df5a

#765adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#765adf Color CSS Codes

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

#765adf Text Font Color

<p style="color:#765adf">Text here</p>

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


#765adf Background Color

<div style="background-color:#765adf">
Div content here</div>

This div background color is #765adf


#765adf Border Color

<div style="border:3px solid #765adf">
Div here</div>

This div border color is #765adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,90,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765adf;
  -webkit-box-shadow: 1px 1px 3px 2px #765adf;
  box-shadow:         1px 1px 3px 2px #765adf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,90,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765adf


Comments

No comments written yet.

Please login to write comment.