Color Hex Logo

#350bae Color Hex

#350BAE
(53,11,174)
0 Favorites   0 Comments

Color spaces of #350bae

RGB 5311174
HSL0.710.880.36
HSV255°94°68°
CMYK 0.700.940.00   0.32
XYZ9.22794.052240.3402
Yxy4.05220.17210.0756
Hunter Lab20.130146.5992-104.7247
CIE-Lab23.843358.0661-74.9493

#350bae color RGB value is (53,11,174).

#350bae hex color red value is 53, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #350bae hue: 0.71 , saturation: 0.88 and the lightness value of 350bae is 0.36.

The process color (four color CMYK) of #350bae color hex is 0.70, 0.94, 0.00, 0.32. Web safe color of #350bae is #330099. Color #350bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001011 10101110
Octal 65 13 256
Decimal 53 11 174
Hex 35 B AE

RGB Percentages of Color #350bae

%22.27
%4.62
%73.11

CMYK Percentages of Color #350bae

%70
%94
%0
%32

Triadic Colors of #350bae

#350bae #ae350b #0bae35

Analogous Colors of #350bae

#350bae #870bae #0b33ae

Monochromatic Colors of #350bae

#350bae

Complementary Color

#350bae #84ae0b

#350bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#350bae Color CSS Codes

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

#350bae Text Font Color

<p style="color:#350bae">Text here</p>

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


#350bae Background Color

<div style="background-color:#350bae">
Div content here</div>

This div background color is #350bae


#350bae Border Color

<div style="border:3px solid #350bae">
Div here</div>

This div border color is #350bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,11,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 #350bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350bae


Comments

No comments written yet.

Please login to write comment.