Color Hex Logo

#350188 Color Hex

#350188
(53,1,136)
0 Favorites   0 Comments

Color spaces of #350188

RGB 531136
HSL0.730.990.27
HSV263°99°53°
CMYK 0.610.990.00   0.47
XYZ5.92302.556223.4738
Yxy2.55620.18540.0800
Hunter Lab15.988138.1484-75.8580
CIE-Lab18.170950.9425-61.0082

#350188 color RGB value is (53,1,136).

#350188 hex color red value is 53, green value is 1 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #350188 hue: 0.73 , saturation: 0.99 and the lightness value of 350188 is 0.27.

The process color (four color CMYK) of #350188 color hex is 0.61, 0.99, 0.00, 0.47. Web safe color of #350188 is #330099. Color #350188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 10001000
Octal 65 1 210
Decimal 53 1 136
Hex 35 1 88

RGB Percentages of Color #350188

%27.89
%0.53
%71.58

CMYK Percentages of Color #350188

%61
%99
%0
%47

Triadic Colors of #350188

#350188 #883501 #018835

Analogous Colors of #350188

#350188 #790188 #011088

Monochromatic Colors of #350188

#350188

Complementary Color

#350188 #548801

#350188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350188 Color CSS Codes

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

#350188 Text Font Color

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

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


#350188 Background Color

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

This div background color is #350188


#350188 Border Color

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

This div border color is #350188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350188


Comments

No comments written yet.

Please login to write comment.