Color Hex Logo

#765fed Color Hex

#765FED
(118,95,237)
0 Favorites   0 Comments

Color spaces of #765fed

RGB 11895237
HSL0.690.800.65
HSV250°60°93°
CMYK 0.500.600.00   0.07
XYZ26.849518.150482.2090
Yxy18.15040.21110.1427
Hunter Lab42.603337.9388-84.5860
CIE-Lab49.678044.9772-68.8787

#765fed color RGB value is (118,95,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 11101101
Octal 166 137 355
Decimal 118 95 237
Hex 76 5F ED

RGB Percentages of Color #765fed

%26.22
%21.11
%52.67

CMYK Percentages of Color #765fed

%50
%60
%0
%7

Triadic Colors of #765fed

#765fed #ed765f #5fed76

Analogous Colors of #765fed

#765fed #bd5fed #5f8fed

Monochromatic Colors of #765fed

#765fed

Complementary Color

#765fed #d6ed5f

#765fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fed Color CSS Codes

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

#765fed Text Font Color

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

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


#765fed Background Color

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

This div background color is #765fed


#765fed Border Color

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

This div border color is #765fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,95,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 #765fed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fed


Comments

No comments written yet.

Please login to write comment.