Color Hex Logo

#765cfd Color Hex

#765CFD
(118,92,253)
0 Favorites   0 Comments

Color spaces of #765cfd

RGB 11892253
HSL0.690.980.68
HSV250°64°99°
CMYK 0.530.640.00   0.01
XYZ29.028018.597794.9883
Yxy18.59770.20350.1304
Hunter Lab43.125144.6817-100.4061
CIE-Lab50.213251.3137-76.9420

#765cfd color RGB value is (118,92,253).

#765cfd hex color red value is 118, green value is 92 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #765cfd hue: 0.69 , saturation: 0.98 and the lightness value of 765cfd is 0.68.

The process color (four color CMYK) of #765cfd color hex is 0.53, 0.64, 0.00, 0.01. Web safe color of #765cfd is #6666ff. Color #765cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011100 11111101
Octal 166 134 375
Decimal 118 92 253
Hex 76 5C FD

RGB Percentages of Color #765cfd

%25.49
%19.87
%54.64

CMYK Percentages of Color #765cfd

%53
%64
%0
%1

Triadic Colors of #765cfd

#765cfd #fd765c #5cfd76

Analogous Colors of #765cfd

#765cfd #c75cfd #5c93fd

Monochromatic Colors of #765cfd

#765cfd

Complementary Color

#765cfd #e3fd5c

#765cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#765cfd Color CSS Codes

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

#765cfd Text Font Color

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

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


#765cfd Background Color

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

This div background color is #765cfd


#765cfd Border Color

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

This div border color is #765cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765cfd


Comments

No comments written yet.

Please login to write comment.