Color Hex Logo

#351ede Color Hex

#351EDE
(53,30,222)
0 Favorites   0 Comments

Color spaces of #351ede

RGB 5330222
HSL0.690.760.49
HSV247°86°87°
CMYK 0.760.860.00   0.13
XYZ15.11736.959469.6538
Yxy6.95940.16480.0759
Hunter Lab26.380756.1223-138.0789
CIE-Lab31.714365.2388-90.0629

#351ede color RGB value is (53,30,222).

#351ede hex color red value is 53, green value is 30 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #351ede hue: 0.69 , saturation: 0.76 and the lightness value of 351ede is 0.49.

The process color (four color CMYK) of #351ede color hex is 0.76, 0.86, 0.00, 0.13. Web safe color of #351ede is #3333cc. Color #351ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011110 11011110
Octal 65 36 336
Decimal 53 30 222
Hex 35 1E DE

RGB Percentages of Color #351ede

%17.38
%9.84
%72.79

CMYK Percentages of Color #351ede

%76
%86
%0
%13

Triadic Colors of #351ede

#351ede #de351e #1ede35

Analogous Colors of #351ede

#351ede #951ede #1e67de

Monochromatic Colors of #351ede

#351ede

Complementary Color

#351ede #c7de1e

#351ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#351ede Color CSS Codes

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

#351ede Text Font Color

<p style="color:#351ede">Text here</p>

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


#351ede Background Color

<div style="background-color:#351ede">
Div content here</div>

This div background color is #351ede


#351ede Border Color

<div style="border:3px solid #351ede">
Div here</div>

This div border color is #351ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,30,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #351ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #351ede;
  -webkit-box-shadow: 1px 1px 3px 2px #351ede;
  box-shadow:         1px 1px 3px 2px #351ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351ede


Comments

No comments written yet.

Please login to write comment.