Color Hex Logo

#331cee Color Hex

#331CEE
(51,28,238)
0 Favorites   0 Comments

Color spaces of #331cee

RGB 5128238
HSL0.680.860.52
HSV247°88°93°
CMYK 0.790.880.00   0.07
XYZ17.21317.707481.4694
Yxy7.70740.16180.0724
Hunter Lab27.762262.0896-154.5555
CIE-Lab33.365970.1010-96.4552

#331cee color RGB value is (51,28,238).

#331cee hex color red value is 51, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #331cee hue: 0.68 , saturation: 0.86 and the lightness value of 331cee is 0.52.

The process color (four color CMYK) of #331cee color hex is 0.79, 0.88, 0.00, 0.07. Web safe color of #331cee is #3333ff. Color #331cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011100 11101110
Octal 63 34 356
Decimal 51 28 238
Hex 33 1C EE

RGB Percentages of Color #331cee

%16.09
%8.83
%75.08

CMYK Percentages of Color #331cee

%79
%88
%0
%7

Triadic Colors of #331cee

#331cee #ee331c #1cee33

Analogous Colors of #331cee

#331cee #9c1cee #1c6eee

Monochromatic Colors of #331cee

#331cee

Complementary Color

#331cee #d7ee1c

#331cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#331cee Color CSS Codes

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

#331cee Text Font Color

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

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


#331cee Background Color

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

This div background color is #331cee


#331cee Border Color

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

This div border color is #331cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,28,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331cee


Comments

No comments written yet.

Please login to write comment.