Color Hex Logo

#765fdc Color Hex

#765FDC
(118,95,220)
0 Favorites   0 Comments

Color spaces of #765fdc

RGB 11895220
HSL0.700.640.62
HSV251°57°86°
CMYK 0.460.570.00   0.14
XYZ24.481717.203369.7404
Yxy17.20330.21970.1544
Hunter Lab41.476932.7750-70.6581
CIE-Lab48.515240.0472-61.1673

#765fdc color RGB value is (118,95,220).

#765fdc hex color red value is 118, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #765fdc hue: 0.70 , saturation: 0.64 and the lightness value of 765fdc is 0.62.

The process color (four color CMYK) of #765fdc color hex is 0.46, 0.57, 0.00, 0.14. Web safe color of #765fdc is #6666cc. Color #765fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011111 11011100
Octal 166 137 334
Decimal 118 95 220
Hex 76 5F DC

RGB Percentages of Color #765fdc

%27.25
%21.94
%50.81

CMYK Percentages of Color #765fdc

%46
%57
%0
%14

Triadic Colors of #765fdc

#765fdc #dc765f #5fdc76

Analogous Colors of #765fdc

#765fdc #b55fdc #5f87dc

Monochromatic Colors of #765fdc

#765fdc

Complementary Color

#765fdc #c5dc5f

#765fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#765fdc Color CSS Codes

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

#765fdc Text Font Color

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

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


#765fdc Background Color

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

This div background color is #765fdc


#765fdc Border Color

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

This div border color is #765fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765fdc


Comments

No comments written yet.

Please login to write comment.