Color Hex Logo

#763edd Color Hex

#763EDD
(118,62,221)
0 Favorites   0 Comments

Color spaces of #763edd

RGB 11862221
HSL0.730.700.55
HSV261°72°87°
CMYK 0.470.720.00   0.13
XYZ22.245012.517369.6502
Yxy12.51730.21300.1199
Hunter Lab35.379850.3170-91.9550
CIE-Lab42.026758.0152-72.2799

#763edd color RGB value is (118,62,221).

#763edd hex color red value is 118, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #763edd hue: 0.73 , saturation: 0.70 and the lightness value of 763edd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 11011101
Octal 166 76 335
Decimal 118 62 221
Hex 76 3E DD

RGB Percentages of Color #763edd

%29.43
%15.46
%55.11

CMYK Percentages of Color #763edd

%47
%72
%0
%13

Triadic Colors of #763edd

#763edd #dd763e #3edd76

Analogous Colors of #763edd

#763edd #c63edd #3e55dd

Monochromatic Colors of #763edd

#763edd

Complementary Color

#763edd #a5dd3e

#763edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#763edd Color CSS Codes

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

#763edd Text Font Color

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

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


#763edd Background Color

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

This div background color is #763edd


#763edd Border Color

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

This div border color is #763edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763edd


Comments

No comments written yet.

Please login to write comment.