Color Hex Logo

#6324ec Color Hex

#6324EC
(99,36,236)
0 Favorites   0 Comments

Color spaces of #6324ec

RGB 9936236
HSL0.720.840.53
HSV259°85°93°
CMYK 0.580.850.00   0.07
XYZ20.91689.970580.1789
Yxy9.97050.18830.0898
Hunter Lab31.576162.9847-128.4475
CIE-Lab37.789470.0206-87.8647

#6324ec color RGB value is (99,36,236).

#6324ec hex color red value is 99, green value is 36 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6324ec hue: 0.72 , saturation: 0.84 and the lightness value of 6324ec is 0.53.

The process color (four color CMYK) of #6324ec color hex is 0.58, 0.85, 0.00, 0.07. Web safe color of #6324ec is #6633ff. Color #6324ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100100 11101100
Octal 143 44 354
Decimal 99 36 236
Hex 63 24 EC

RGB Percentages of Color #6324ec

%26.68
%9.70
%63.61

CMYK Percentages of Color #6324ec

%58
%85
%0
%7

Triadic Colors of #6324ec

#6324ec #ec6324 #24ec63

Analogous Colors of #6324ec

#6324ec #c724ec #2449ec

Monochromatic Colors of #6324ec

#6324ec

Complementary Color

#6324ec #adec24

#6324ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6324ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6324ec Color CSS Codes

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

#6324ec Text Font Color

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

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


#6324ec Background Color

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

This div background color is #6324ec


#6324ec Border Color

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

This div border color is #6324ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6324ec


Comments

No comments written yet.

Please login to write comment.