Color Hex Logo

#6321df Color Hex

#6321DF
(99,33,223)
0 Favorites   0 Comments

Color spaces of #6321df

RGB 9933223
HSL0.720.750.50
HSV261°85°87°
CMYK 0.560.850.00   0.13
XYZ19.00879.068170.5605
Yxy9.06810.19270.0919
Hunter Lab30.113359.9780-117.8472
CIE-Lab36.115167.7642-83.2199

#6321df color RGB value is (99,33,223).

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

The process color (four color CMYK) of #6321df color hex is 0.56, 0.85, 0.00, 0.13. Web safe color of #6321df is #6633cc. Color #6321df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100001 11011111
Octal 143 41 337
Decimal 99 33 223
Hex 63 21 DF

RGB Percentages of Color #6321df

%27.89
%9.30
%62.82

CMYK Percentages of Color #6321df

%56
%85
%0
%13

Triadic Colors of #6321df

#6321df #df6321 #21df63

Analogous Colors of #6321df

#6321df #c221df #213edf

Monochromatic Colors of #6321df

#6321df

Complementary Color

#6321df #9ddf21

#6321df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6321df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6321df Color CSS Codes

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

#6321df Text Font Color

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

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


#6321df Background Color

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

This div background color is #6321df


#6321df Border Color

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

This div border color is #6321df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6321df


Comments

No comments written yet.

Please login to write comment.