Color Hex Logo

#351eae Color Hex

#351EAE
(53,30,174)
0 Favorites   0 Comments

Color spaces of #351eae

RGB 5330174
HSL0.690.710.40
HSV250°83°68°
CMYK 0.700.830.00   0.32
XYZ9.57254.741440.4551
Yxy4.74140.17480.0866
Hunter Lab21.774840.3654-94.9120
CIE-Lab25.984951.6604-71.3930

#351eae color RGB value is (53,30,174).

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

The process color (four color CMYK) of #351eae color hex is 0.70, 0.83, 0.00, 0.32. Web safe color of #351eae is #333399. Color #351eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011110 10101110
Octal 65 36 256
Decimal 53 30 174
Hex 35 1E AE

RGB Percentages of Color #351eae

%20.62
%11.67
%67.70

CMYK Percentages of Color #351eae

%70
%83
%0
%32

Triadic Colors of #351eae

#351eae #ae351e #1eae35

Analogous Colors of #351eae

#351eae #7d1eae #1e4fae

Monochromatic Colors of #351eae

#351eae

Complementary Color

#351eae #97ae1e

#351eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#351eae Color CSS Codes

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

#351eae Text Font Color

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

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


#351eae Background Color

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

This div background color is #351eae


#351eae Border Color

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

This div border color is #351eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351eae


Comments

No comments written yet.

Please login to write comment.