Color Hex Logo

#331ece Color Hex

#331ECE
(51,30,206)
0 Favorites   0 Comments

Color spaces of #331ece

RGB 5130206
HSL0.690.750.46
HSV247°85°81°
CMYK 0.750.850.00   0.19
XYZ12.97016.088658.8841
Yxy6.08860.16640.0781
Hunter Lab24.675150.6445-124.2158
CIE-Lab29.634960.7155-84.2647

#331ece color RGB value is (51,30,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011110 11001110
Octal 63 36 316
Decimal 51 30 206
Hex 33 1E CE

RGB Percentages of Color #331ece

%17.77
%10.45
%71.78

CMYK Percentages of Color #331ece

%75
%85
%0
%19

Triadic Colors of #331ece

#331ece #ce331e #1ece33

Analogous Colors of #331ece

#331ece #8b1ece #1e61ce

Monochromatic Colors of #331ece

#331ece

Complementary Color

#331ece #b9ce1e

#331ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#331ece Color CSS Codes

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

#331ece Text Font Color

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

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


#331ece Background Color

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

This div background color is #331ece


#331ece Border Color

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

This div border color is #331ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331ece


Comments

No comments written yet.

Please login to write comment.