Color Hex Logo

#351aea Color Hex

#351AEA
(53,26,234)
0 Favorites   0 Comments

Color spaces of #351aea

RGB 5326234
HSL0.690.830.51
HSV248°89°92°
CMYK 0.770.890.00   0.08
XYZ16.68897.436278.3976
Yxy7.43620.16280.0725
Hunter Lab27.269461.5207-151.3660
CIE-Lab32.780069.7254-95.1542

#351aea color RGB value is (53,26,234).

#351aea hex color red value is 53, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #351aea hue: 0.69 , saturation: 0.83 and the lightness value of 351aea is 0.51.

The process color (four color CMYK) of #351aea color hex is 0.77, 0.89, 0.00, 0.08. Web safe color of #351aea is #3333ff. Color #351aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011010 11101010
Octal 65 32 352
Decimal 53 26 234
Hex 35 1A EA

RGB Percentages of Color #351aea

%16.93
%8.31
%74.76

CMYK Percentages of Color #351aea

%77
%89
%0
%8

Triadic Colors of #351aea

#351aea #ea351a #1aea35

Analogous Colors of #351aea

#351aea #9d1aea #1a67ea

Monochromatic Colors of #351aea

#351aea

Complementary Color

#351aea #cfea1a

#351aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#351aea Color CSS Codes

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

#351aea Text Font Color

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

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


#351aea Background Color

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

This div background color is #351aea


#351aea Border Color

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

This div border color is #351aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351aea


Comments

No comments written yet.

Please login to write comment.