Color Hex Logo

#35058b Color Hex

#35058B
(53,5,139)
0 Favorites   0 Comments

Color spaces of #35058b

RGB 535139
HSL0.730.930.28
HSV261°96°55°
CMYK 0.620.960.00   0.45
XYZ6.18272.729524.6271
Yxy2.72950.18430.0814
Hunter Lab16.521237.8877-76.8150
CIE-Lab18.926350.5423-61.6385

#35058b color RGB value is (53,5,139).

#35058b hex color red value is 53, green value is 5 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #35058b hue: 0.73 , saturation: 0.93 and the lightness value of 35058b is 0.28.

The process color (four color CMYK) of #35058b color hex is 0.62, 0.96, 0.00, 0.45. Web safe color of #35058b is #330099. Color #35058b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000101 10001011
Octal 65 5 213
Decimal 53 5 139
Hex 35 5 8B

RGB Percentages of Color #35058b

%26.90
%2.54
%70.56

CMYK Percentages of Color #35058b

%62
%96
%0
%45

Triadic Colors of #35058b

#35058b #8b3505 #058b35

Analogous Colors of #35058b

#35058b #78058b #05188b

Monochromatic Colors of #35058b

#35058b

Complementary Color

#35058b #5b8b05

#35058b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35058b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35058b Color CSS Codes

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

#35058b Text Font Color

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

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


#35058b Background Color

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

This div background color is #35058b


#35058b Border Color

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

This div border color is #35058b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35058b


Comments

No comments written yet.

Please login to write comment.