Color Hex Logo

#763dca Color Hex

#763DCA
(118,61,202)
0 Favorites   0 Comments

Color spaces of #763dca

RGB 11861202
HSL0.730.570.52
HSV264°70°79°
CMYK 0.420.700.00   0.21
XYZ19.800611.453357.0442
Yxy11.45330.22420.1297
Hunter Lab33.842745.2115-76.2474
CIE-Lab40.333753.5859-64.1034

#763dca color RGB value is (118,61,202).

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

The process color (four color CMYK) of #763dca color hex is 0.42, 0.70, 0.00, 0.21. Web safe color of #763dca is #6633cc. Color #763dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111101 11001010
Octal 166 75 312
Decimal 118 61 202
Hex 76 3D CA

RGB Percentages of Color #763dca

%30.97
%16.01
%53.02

CMYK Percentages of Color #763dca

%42
%70
%0
%21

Triadic Colors of #763dca

#763dca #ca763d #3dca76

Analogous Colors of #763dca

#763dca #bd3dca #3d4aca

Monochromatic Colors of #763dca

#763dca

Complementary Color

#763dca #91ca3d

#763dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#763dca Color CSS Codes

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

#763dca Text Font Color

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

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


#763dca Background Color

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

This div background color is #763dca


#763dca Border Color

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

This div border color is #763dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763dca


Comments

No comments written yet.

Please login to write comment.