Color Hex Logo

#765acf Color Hex

#765ACF
(118,90,207)
0 Favorites   0 Comments

Color spaces of #765acf

RGB 11890207
HSL0.710.550.58
HSV254°57°81°
CMYK 0.430.570.00   0.19
XYZ22.389915.668960.8758
Yxy15.66890.22630.1584
Hunter Lab39.584031.6931-63.4728
CIE-Lab46.537139.2418-56.9399

#765acf color RGB value is (118,90,207).

#765acf hex color red value is 118, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #765acf hue: 0.71 , saturation: 0.55 and the lightness value of 765acf is 0.58.

The process color (four color CMYK) of #765acf color hex is 0.43, 0.57, 0.00, 0.19. Web safe color of #765acf is #6666cc. Color #765acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011010 11001111
Octal 166 132 317
Decimal 118 90 207
Hex 76 5A CF

RGB Percentages of Color #765acf

%28.43
%21.69
%49.88

CMYK Percentages of Color #765acf

%43
%57
%0
%19

Triadic Colors of #765acf

#765acf #cf765a #5acf76

Analogous Colors of #765acf

#765acf #b15acf #5a79cf

Monochromatic Colors of #765acf

#765acf

Complementary Color

#765acf #b3cf5a

#765acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#765acf Color CSS Codes

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

#765acf Text Font Color

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

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


#765acf Background Color

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

This div background color is #765acf


#765acf Border Color

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

This div border color is #765acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765acf


Comments

No comments written yet.

Please login to write comment.