Color Hex Logo

#6336ce Color Hex

#6336CE
(99,54,206)
0 Favorites   0 Comments

Color spaces of #6336ce

RGB 9954206
HSL0.720.610.51
HSV258°74°81°
CMYK 0.520.740.00   0.19
XYZ17.60539.747259.3460
Yxy9.74720.20310.1124
Hunter Lab31.220546.0206-90.8480
CIE-Lab37.384854.9105-71.3277

#6336ce color RGB value is (99,54,206).

#6336ce hex color red value is 99, green value is 54 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6336ce hue: 0.72 , saturation: 0.61 and the lightness value of 6336ce is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110110 11001110
Octal 143 66 316
Decimal 99 54 206
Hex 63 36 CE

RGB Percentages of Color #6336ce

%27.58
%15.04
%57.38

CMYK Percentages of Color #6336ce

%52
%74
%0
%19

Triadic Colors of #6336ce

#6336ce #ce6336 #36ce63

Analogous Colors of #6336ce

#6336ce #af36ce #3655ce

Monochromatic Colors of #6336ce

#6336ce

Complementary Color

#6336ce #a1ce36

#6336ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6336ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6336ce Color CSS Codes

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

#6336ce Text Font Color

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

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


#6336ce Background Color

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

This div background color is #6336ce


#6336ce Border Color

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

This div border color is #6336ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6336ce


Comments

No comments written yet.

Please login to write comment.