Color Hex Logo

#35126f Color Hex

#35126F
(53,18,111)
0 Favorites   0 Comments

Color spaces of #35126f

RGB 5318111
HSL0.730.720.25
HSV263°84°44°
CMYK 0.520.840.00   0.56
XYZ4.55372.337215.2500
Yxy2.33720.20570.1056
Hunter Lab15.287926.4147-48.4415
CIE-Lab17.165838.6425-46.6820

#35126f color RGB value is (53,18,111).

#35126f hex color red value is 53, green value is 18 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #35126f hue: 0.73 , saturation: 0.72 and the lightness value of 35126f is 0.25.

The process color (four color CMYK) of #35126f color hex is 0.52, 0.84, 0.00, 0.56. Web safe color of #35126f is #330066. Color #35126f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010010 01101111
Octal 65 22 157
Decimal 53 18 111
Hex 35 12 6F

RGB Percentages of Color #35126f

%29.12
%9.89
%60.99

CMYK Percentages of Color #35126f

%52
%84
%0
%56

Triadic Colors of #35126f

#35126f #6f3512 #126f35

Analogous Colors of #35126f

#35126f #64126f #121e6f

Monochromatic Colors of #35126f

#35126f

Complementary Color

#35126f #4c6f12

#35126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35126f Color CSS Codes

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

#35126f Text Font Color

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

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


#35126f Background Color

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

This div background color is #35126f


#35126f Border Color

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

This div border color is #35126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35126f


Comments

No comments written yet.

Please login to write comment.