Color Hex Logo

#763de4 Color Hex

#763DE4
(118,61,228)
0 Favorites   0 Comments

Color spaces of #763de4

RGB 11861228
HSL0.720.760.57
HSV260°73°89°
CMYK 0.480.730.00   0.11
XYZ23.143512.790574.6478
Yxy12.79050.20930.1157
Hunter Lab35.763852.9244-98.7180
CIE-Lab42.445960.3026-75.5840

#763de4 color RGB value is (118,61,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111101 11100100
Octal 166 75 344
Decimal 118 61 228
Hex 76 3D E4

RGB Percentages of Color #763de4

%28.99
%14.99
%56.02

CMYK Percentages of Color #763de4

%48
%73
%0
%11

Triadic Colors of #763de4

#763de4 #e4763d #3de476

Analogous Colors of #763de4

#763de4 #ca3de4 #3d58e4

Monochromatic Colors of #763de4

#763de4

Complementary Color

#763de4 #abe43d

#763de4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763de4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763de4 Color CSS Codes

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

#763de4 Text Font Color

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

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


#763de4 Background Color

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

This div background color is #763de4


#763de4 Border Color

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

This div border color is #763de4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763de4


Comments

No comments written yet.

Please login to write comment.