Color Hex Logo

#6720ce Color Hex

#6720CE
(103,32,206)
0 Favorites   0 Comments

Color spaces of #6720ce

RGB 10332206
HSL0.730.730.47
HSV264°84°81°
CMYK 0.500.840.00   0.19
XYZ17.25068.372859.0994
Yxy8.37280.20360.0988
Hunter Lab28.935855.7784-100.8408
CIE-Lab34.747564.3511-75.6482

#6720ce color RGB value is (103,32,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100000 11001110
Octal 147 40 316
Decimal 103 32 206
Hex 67 20 CE

RGB Percentages of Color #6720ce

%30.21
%9.38
%60.41

CMYK Percentages of Color #6720ce

%50
%84
%0
%19

Triadic Colors of #6720ce

#6720ce #ce6720 #20ce67

Analogous Colors of #6720ce

#6720ce #be20ce #2030ce

Monochromatic Colors of #6720ce

#6720ce

Complementary Color

#6720ce #87ce20

#6720ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6720ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6720ce Color CSS Codes

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

#6720ce Text Font Color

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

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


#6720ce Background Color

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

This div background color is #6720ce


#6720ce Border Color

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

This div border color is #6720ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,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 #6720ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6720ce


Comments

No comments written yet.

Please login to write comment.