Color Hex Logo

#6320ce Color Hex

#6320CE
(99,32,206)
0 Favorites   0 Comments

Color spaces of #6320ce

RGB 9932206
HSL0.730.730.47
HSV263°84°81°
CMYK 0.520.840.00   0.19
XYZ16.80278.141959.0785
Yxy8.14190.20000.0969
Hunter Lab28.534055.1780-102.7837
CIE-Lab34.276763.9091-76.4408

#6320ce color RGB value is (99,32,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100000 11001110
Octal 143 40 316
Decimal 99 32 206
Hex 63 20 CE

RGB Percentages of Color #6320ce

%29.38
%9.50
%61.13

CMYK Percentages of Color #6320ce

%52
%84
%0
%19

Triadic Colors of #6320ce

#6320ce #ce6320 #20ce63

Analogous Colors of #6320ce

#6320ce #ba20ce #2034ce

Monochromatic Colors of #6320ce

#6320ce

Complementary Color

#6320ce #8bce20

#6320ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6320ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6320ce Color CSS Codes

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

#6320ce Text Font Color

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

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


#6320ce Background Color

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

This div background color is #6320ce


#6320ce Border Color

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

This div border color is #6320ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6320ce


Comments

No comments written yet.

Please login to write comment.