Color Hex Logo

#3323ce Color Hex

#3323CE
(51,35,206)
0 Favorites   0 Comments

Color spaces of #3323ce

RGB 5135206
HSL0.680.710.47
HSV246°83°81°
CMYK 0.750.830.00   0.19
XYZ13.10696.362158.9297
Yxy6.36210.16720.0812
Hunter Lab25.223248.6145-120.8647
CIE-Lab30.308258.7151-83.1459

#3323ce color RGB value is (51,35,206).

#3323ce hex color red value is 51, green value is 35 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3323ce hue: 0.68 , saturation: 0.71 and the lightness value of 3323ce is 0.47.

The process color (four color CMYK) of #3323ce color hex is 0.75, 0.83, 0.00, 0.19. Web safe color of #3323ce is #3333cc. Color #3323ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100011 11001110
Octal 63 43 316
Decimal 51 35 206
Hex 33 23 CE

RGB Percentages of Color #3323ce

%17.47
%11.99
%70.55

CMYK Percentages of Color #3323ce

%75
%83
%0
%19

Triadic Colors of #3323ce

#3323ce #ce3323 #23ce33

Analogous Colors of #3323ce

#3323ce #8923ce #2369ce

Monochromatic Colors of #3323ce

#3323ce

Complementary Color

#3323ce #bece23

#3323ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3323ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3323ce Color CSS Codes

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

#3323ce Text Font Color

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

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


#3323ce Background Color

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

This div background color is #3323ce


#3323ce Border Color

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

This div border color is #3323ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3323ce


Comments

No comments written yet.

Please login to write comment.