Color Hex Logo

#763ada Color Hex

#763ADA
(118,58,218)
0 Favorites   0 Comments

Color spaces of #763ada

RGB 11858218
HSL0.730.680.54
HSV263°73°85°
CMYK 0.460.730.00   0.15
XYZ21.639211.939667.4937
Yxy11.93960.21410.1181
Hunter Lab34.553751.3162-91.6234
CIE-Lab41.120059.1009-72.0461

#763ada color RGB value is (118,58,218).

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

The process color (four color CMYK) of #763ada color hex is 0.46, 0.73, 0.00, 0.15. Web safe color of #763ada is #6633cc. Color #763ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11011010
Octal 166 72 332
Decimal 118 58 218
Hex 76 3A DA

RGB Percentages of Color #763ada

%29.95
%14.72
%55.33

CMYK Percentages of Color #763ada

%46
%73
%0
%15

Triadic Colors of #763ada

#763ada #da763a #3ada76

Analogous Colors of #763ada

#763ada #c63ada #3a4eda

Monochromatic Colors of #763ada

#763ada

Complementary Color

#763ada #9eda3a

#763ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#763ada Color CSS Codes

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

#763ada Text Font Color

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

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


#763ada Background Color

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

This div background color is #763ada


#763ada Border Color

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

This div border color is #763ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763ada


Comments

No comments written yet.

Please login to write comment.