Color Hex Logo

#765fef Color Hex

#765FEF
(118,95,239)
0 Favorites   0 Comments

Color spaces of #765fef

RGB 11895239
HSL0.690.820.65
HSV250°60°94°
CMYK 0.510.600.00   0.06
XYZ27.143418.268083.7568
Yxy18.26800.21010.1414
Hunter Lab42.741138.5624-86.2678
CIE-Lab49.819645.5598-69.7705

#765fef color RGB value is (118,95,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 11101111
Octal 166 137 357
Decimal 118 95 239
Hex 76 5F EF

RGB Percentages of Color #765fef

%26.11
%21.02
%52.88

CMYK Percentages of Color #765fef

%51
%60
%0
%6

Triadic Colors of #765fef

#765fef #ef765f #5fef76

Analogous Colors of #765fef

#765fef #be5fef #5f90ef

Monochromatic Colors of #765fef

#765fef

Complementary Color

#765fef #d8ef5f

#765fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fef Color CSS Codes

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

#765fef Text Font Color

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

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


#765fef Background Color

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

This div background color is #765fef


#765fef Border Color

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

This div border color is #765fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fef


Comments

No comments written yet.

Please login to write comment.