Color Hex Logo

#6324cd Color Hex

#6324CD
(99,36,205)
0 Favorites   0 Comments

Color spaces of #6324cd

RGB 9936205
HSL0.730.700.47
HSV262°82°80°
CMYK 0.520.820.00   0.20
XYZ16.79598.322258.4787
Yxy8.32220.20090.0996
Hunter Lab28.848253.4412-99.9940
CIE-Lab34.645162.2832-75.2517

#6324cd color RGB value is (99,36,205).

#6324cd hex color red value is 99, green value is 36 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6324cd hue: 0.73 , saturation: 0.70 and the lightness value of 6324cd is 0.47.

The process color (four color CMYK) of #6324cd color hex is 0.52, 0.82, 0.00, 0.20. Web safe color of #6324cd is #6633cc. Color #6324cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100100 11001101
Octal 143 44 315
Decimal 99 36 205
Hex 63 24 CD

RGB Percentages of Color #6324cd

%29.12
%10.59
%60.29

CMYK Percentages of Color #6324cd

%52
%82
%0
%20

Triadic Colors of #6324cd

#6324cd #cd6324 #24cd63

Analogous Colors of #6324cd

#6324cd #b824cd #243acd

Monochromatic Colors of #6324cd

#6324cd

Complementary Color

#6324cd #8ecd24

#6324cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6324cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6324cd Color CSS Codes

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

#6324cd Text Font Color

<p style="color:#6324cd">Text here</p>

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


#6324cd Background Color

<div style="background-color:#6324cd">
Div content here</div>

This div background color is #6324cd


#6324cd Border Color

<div style="border:3px solid #6324cd">
Div here</div>

This div border color is #6324cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,36,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6324cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6324cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6324cd;
  box-shadow:         1px 1px 3px 2px #6324cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6324cd


Comments

No comments written yet.

Please login to write comment.