Color Hex Logo

#7650dc Color Hex

#7650DC
(118,80,220)
0 Favorites   0 Comments

Color spaces of #7650dc

RGB 11880220
HSL0.710.670.59
HSV256°64°86°
CMYK 0.460.640.00   0.14
XYZ23.258114.756269.3325
Yxy14.75620.21670.1375
Hunter Lab38.413840.8508-80.1220
CIE-Lab45.298548.5215-66.3766

#7650dc color RGB value is (118,80,220).

#7650dc hex color red value is 118, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7650dc hue: 0.71 , saturation: 0.67 and the lightness value of 7650dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010000 11011100
Octal 166 120 334
Decimal 118 80 220
Hex 76 50 DC

RGB Percentages of Color #7650dc

%28.23
%19.14
%52.63

CMYK Percentages of Color #7650dc

%46
%64
%0
%14

Triadic Colors of #7650dc

#7650dc #dc7650 #50dc76

Analogous Colors of #7650dc

#7650dc #bc50dc #5070dc

Monochromatic Colors of #7650dc

#7650dc

Complementary Color

#7650dc #b6dc50

#7650dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7650dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7650dc Color CSS Codes

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

#7650dc Text Font Color

<p style="color:#7650dc">Text here</p>

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


#7650dc Background Color

<div style="background-color:#7650dc">
Div content here</div>

This div background color is #7650dc


#7650dc Border Color

<div style="border:3px solid #7650dc">
Div here</div>

This div border color is #7650dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7650dc


Comments

No comments written yet.

Please login to write comment.