Color Hex Logo

#763dce Color Hex

#763DCE
(118,61,206)
0 Favorites   0 Comments

Color spaces of #763dce

RGB 11861206
HSL0.730.600.52
HSV264°70°81°
CMYK 0.430.700.00   0.19
XYZ20.280511.645359.5714
Yxy11.64530.22170.1273
Hunter Lab34.125246.3628-79.6132
CIE-Lab40.646754.6121-65.9103

#763dce color RGB value is (118,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111101 11001110
Octal 166 75 316
Decimal 118 61 206
Hex 76 3D CE

RGB Percentages of Color #763dce

%30.65
%15.84
%53.51

CMYK Percentages of Color #763dce

%43
%70
%0
%19

Triadic Colors of #763dce

#763dce #ce763d #3dce76

Analogous Colors of #763dce

#763dce #bf3dce #3d4dce

Monochromatic Colors of #763dce

#763dce

Complementary Color

#763dce #95ce3d

#763dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#763dce Color CSS Codes

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

#763dce Text Font Color

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

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


#763dce Background Color

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

This div background color is #763dce


#763dce Border Color

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

This div border color is #763dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763dce


Comments

No comments written yet.

Please login to write comment.