Color Hex Logo

#765ded Color Hex

#765DED
(118,93,237)
0 Favorites   0 Comments

Color spaces of #765ded

RGB 11893237
HSL0.700.800.65
HSV250°61°93°
CMYK 0.500.610.00   0.07
XYZ26.671617.794782.1497
Yxy17.79470.21060.1405
Hunter Lab42.183839.0389-85.9342
CIE-Lab49.246146.1125-69.5795

#765ded color RGB value is (118,93,237).

#765ded hex color red value is 118, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #765ded hue: 0.70 , saturation: 0.80 and the lightness value of 765ded is 0.65.

The process color (four color CMYK) of #765ded color hex is 0.50, 0.61, 0.00, 0.07. Web safe color of #765ded is #6666ff. Color #765ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011101 11101101
Octal 166 135 355
Decimal 118 93 237
Hex 76 5D ED

RGB Percentages of Color #765ded

%26.34
%20.76
%52.90

CMYK Percentages of Color #765ded

%50
%61
%0
%7

Triadic Colors of #765ded

#765ded #ed765d #5ded76

Analogous Colors of #765ded

#765ded #be5ded #5d8ced

Monochromatic Colors of #765ded

#765ded

Complementary Color

#765ded #d4ed5d

#765ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#765ded Color CSS Codes

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

#765ded Text Font Color

<p style="color:#765ded">Text here</p>

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


#765ded Background Color

<div style="background-color:#765ded">
Div content here</div>

This div background color is #765ded


#765ded Border Color

<div style="border:3px solid #765ded">
Div here</div>

This div border color is #765ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,93,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765ded;
  -webkit-box-shadow: 1px 1px 3px 2px #765ded;
  box-shadow:         1px 1px 3px 2px #765ded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765ded


Comments

No comments written yet.

Please login to write comment.