Color Hex Logo

#7620ce Color Hex

#7620CE
(118,32,206)
0 Favorites   0 Comments

Color spaces of #7620ce

RGB 11832206
HSL0.750.730.47
HSV270°84°81°
CMYK 0.430.840.00   0.19
XYZ19.12839.340859.1873
Yxy9.34080.21820.1066
Hunter Lab30.562758.2331-93.4262
CIE-Lab36.632366.1466-72.4794

#7620ce color RGB value is (118,32,206).

#7620ce hex color red value is 118, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7620ce hue: 0.75 , saturation: 0.73 and the lightness value of 7620ce is 0.47.

The process color (four color CMYK) of #7620ce color hex is 0.43, 0.84, 0.00, 0.19. Web safe color of #7620ce is #6633cc. Color #7620ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 11001110
Octal 166 40 316
Decimal 118 32 206
Hex 76 20 CE

RGB Percentages of Color #7620ce

%33.15
%8.99
%57.87

CMYK Percentages of Color #7620ce

%43
%84
%0
%19

Triadic Colors of #7620ce

#7620ce #ce7620 #20ce76

Analogous Colors of #7620ce

#7620ce #cd20ce #2021ce

Monochromatic Colors of #7620ce

#7620ce

Complementary Color

#7620ce #78ce20

#7620ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7620ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7620ce Color CSS Codes

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

#7620ce Text Font Color

<p style="color:#7620ce">Text here</p>

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


#7620ce Background Color

<div style="background-color:#7620ce">
Div content here</div>

This div background color is #7620ce


#7620ce Border Color

<div style="border:3px solid #7620ce">
Div here</div>

This div border color is #7620ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,32,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7620ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7620ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7620ce;
  box-shadow:         1px 1px 3px 2px #7620ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7620ce


Comments

No comments written yet.

Please login to write comment.