Color Hex Logo

#6332ce Color Hex

#6332CE
(99,50,206)
0 Favorites   0 Comments

Color spaces of #6332ce

RGB 9950206
HSL0.720.610.50
HSV259°76°81°
CMYK 0.520.760.00   0.19
XYZ17.42689.390159.2865
Yxy9.39010.20240.1091
Hunter Lab30.643347.8871-93.2599
CIE-Lab36.724856.7891-72.4112

#6332ce color RGB value is (99,50,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110010 11001110
Octal 143 62 316
Decimal 99 50 206
Hex 63 32 CE

RGB Percentages of Color #6332ce

%27.89
%14.08
%58.03

CMYK Percentages of Color #6332ce

%52
%76
%0
%19

Triadic Colors of #6332ce

#6332ce #ce6332 #32ce63

Analogous Colors of #6332ce

#6332ce #b132ce #324fce

Monochromatic Colors of #6332ce

#6332ce

Complementary Color

#6332ce #9dce32

#6332ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6332ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6332ce Color CSS Codes

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

#6332ce Text Font Color

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

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


#6332ce Background Color

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

This div background color is #6332ce


#6332ce Border Color

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

This div border color is #6332ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6332ce


Comments

No comments written yet.

Please login to write comment.