Color Hex Logo

#331ecd Color Hex

#331ECD
(51,30,205)
0 Favorites   0 Comments

Color spaces of #331ecd

RGB 5130205
HSL0.690.740.46
HSV247°85°80°
CMYK 0.750.850.00   0.20
XYZ12.84906.040158.2463
Yxy6.04010.16660.0783
Hunter Lab24.576650.3132-123.3130
CIE-Lab29.513460.4355-83.8838

#331ecd color RGB value is (51,30,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011110 11001101
Octal 63 36 315
Decimal 51 30 205
Hex 33 1E CD

RGB Percentages of Color #331ecd

%17.83
%10.49
%71.68

CMYK Percentages of Color #331ecd

%75
%85
%0
%20

Triadic Colors of #331ecd

#331ecd #cd331e #1ecd33

Analogous Colors of #331ecd

#331ecd #8b1ecd #1e61cd

Monochromatic Colors of #331ecd

#331ecd

Complementary Color

#331ecd #b8cd1e

#331ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#331ecd Color CSS Codes

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

#331ecd Text Font Color

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

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


#331ecd Background Color

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

This div background color is #331ecd


#331ecd Border Color

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

This div border color is #331ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331ecd


Comments

No comments written yet.

Please login to write comment.