Color Hex Logo

#6321ea Color Hex

#6321EA
(99,33,234)
0 Favorites   0 Comments

Color spaces of #6321ea

RGB 9933234
HSL0.720.830.52
HSV260°86°92°
CMYK 0.580.860.00   0.08
XYZ20.54079.680978.6279
Yxy9.68090.18870.0889
Hunter Lab31.114163.3910-128.0506
CIE-Lab37.263570.4672-87.5993

#6321ea color RGB value is (99,33,234).

#6321ea hex color red value is 99, green value is 33 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6321ea hue: 0.72 , saturation: 0.83 and the lightness value of 6321ea is 0.52.

The process color (four color CMYK) of #6321ea color hex is 0.58, 0.86, 0.00, 0.08. Web safe color of #6321ea is #6633ff. Color #6321ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100001 11101010
Octal 143 41 352
Decimal 99 33 234
Hex 63 21 EA

RGB Percentages of Color #6321ea

%27.05
%9.02
%63.93

CMYK Percentages of Color #6321ea

%58
%86
%0
%8

Triadic Colors of #6321ea

#6321ea #ea6321 #21ea63

Analogous Colors of #6321ea

#6321ea #c821ea #2143ea

Monochromatic Colors of #6321ea

#6321ea

Complementary Color

#6321ea #a8ea21

#6321ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6321ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6321ea Color CSS Codes

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

#6321ea Text Font Color

<p style="color:#6321ea">Text here</p>

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


#6321ea Background Color

<div style="background-color:#6321ea">
Div content here</div>

This div background color is #6321ea


#6321ea Border Color

<div style="border:3px solid #6321ea">
Div here</div>

This div border color is #6321ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,33,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6321ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6321ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6321ea;
  box-shadow:         1px 1px 3px 2px #6321ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,33,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6321ea


Comments

No comments written yet.

Please login to write comment.