Color Hex Logo

#331dce Color Hex

#331DCE
(51,29,206)
0 Favorites   0 Comments

Color spaces of #331dce

RGB 5129206
HSL0.690.750.46
HSV247°86°81°
CMYK 0.750.860.00   0.19
XYZ12.94526.038858.8758
Yxy6.03880.16630.0776
Hunter Lab24.574051.0267-124.8488
CIE-Lab29.510161.0884-84.4722

#331dce color RGB value is (51,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011101 11001110
Octal 63 35 316
Decimal 51 29 206
Hex 33 1D CE

RGB Percentages of Color #331dce

%17.83
%10.14
%72.03

CMYK Percentages of Color #331dce

%75
%86
%0
%19

Triadic Colors of #331dce

#331dce #ce331d #1dce33

Analogous Colors of #331dce

#331dce #8c1dce #1d60ce

Monochromatic Colors of #331dce

#331dce

Complementary Color

#331dce #b8ce1d

#331dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#331dce Color CSS Codes

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

#331dce Text Font Color

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

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


#331dce Background Color

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

This div background color is #331dce


#331dce Border Color

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

This div border color is #331dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331dce


Comments

No comments written yet.

Please login to write comment.