Color Hex Logo

#763acf Color Hex

#763ACF
(118,58,207)
0 Favorites   0 Comments

Color spaces of #763acf

RGB 11858207
HSL0.730.610.52
HSV264°72°81°
CMYK 0.430.720.00   0.19
XYZ20.246811.382760.1614
Yxy11.38270.22060.1240
Hunter Lab33.738348.0784-82.1080
CIE-Lab40.217756.2957-67.1883

#763acf color RGB value is (118,58,207).

#763acf hex color red value is 118, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #763acf hue: 0.73 , saturation: 0.61 and the lightness value of 763acf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11001111
Octal 166 72 317
Decimal 118 58 207
Hex 76 3A CF

RGB Percentages of Color #763acf

%30.81
%15.14
%54.05

CMYK Percentages of Color #763acf

%43
%72
%0
%19

Triadic Colors of #763acf

#763acf #cf763a #3acf76

Analogous Colors of #763acf

#763acf #c13acf #3a49cf

Monochromatic Colors of #763acf

#763acf

Complementary Color

#763acf #93cf3a

#763acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#763acf Color CSS Codes

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

#763acf Text Font Color

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

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


#763acf Background Color

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

This div background color is #763acf


#763acf Border Color

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

This div border color is #763acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,58,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 #763acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763acf


Comments

No comments written yet.

Please login to write comment.