Color Hex Logo

#331cce Color Hex

#331CCE
(51,28,206)
0 Favorites   0 Comments

Color spaces of #331cce

RGB 5128206
HSL0.690.760.46
HSV248°86°81°
CMYK 0.750.860.00   0.19
XYZ12.92115.990558.8678
Yxy5.99050.16610.0770
Hunter Lab24.475551.4016-125.4698
CIE-Lab29.388561.4530-84.6746

#331cce color RGB value is (51,28,206).

#331cce hex color red value is 51, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #331cce hue: 0.69 , saturation: 0.76 and the lightness value of 331cce is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011100 11001110
Octal 63 34 316
Decimal 51 28 206
Hex 33 1C CE

RGB Percentages of Color #331cce

%17.89
%9.82
%72.28

CMYK Percentages of Color #331cce

%75
%86
%0
%19

Triadic Colors of #331cce

#331cce #ce331c #1cce33

Analogous Colors of #331cce

#331cce #8c1cce #1c5ece

Monochromatic Colors of #331cce

#331cce

Complementary Color

#331cce #b7ce1c

#331cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#331cce Color CSS Codes

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

#331cce Text Font Color

<p style="color:#331cce">Text here</p>

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


#331cce Background Color

<div style="background-color:#331cce">
Div content here</div>

This div background color is #331cce


#331cce Border Color

<div style="border:3px solid #331cce">
Div here</div>

This div border color is #331cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331cce


Comments

No comments written yet.

Please login to write comment.