Color Hex Logo

#35003f Color Hex

#35003F
(53,0,63)
0 Favorites   0 Comments

Color spaces of #35003f

RGB 53063
HSL0.811.000.12
HSV290°100°25°
CMYK 0.161.000.00   0.75
XYZ2.36541.11584.7933
Yxy1.11580.28590.1348
Hunter Lab10.563121.4859-19.5102
CIE-Lab9.921134.2507-25.9274

#35003f color RGB value is (53,0,63).

#35003f hex color red value is 53, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #35003f hue: 0.81 , saturation: 1.00 and the lightness value of 35003f is 0.12.

The process color (four color CMYK) of #35003f color hex is 0.16, 1.00, 0.00, 0.75. Web safe color of #35003f is #330033. Color #35003f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 00111111
Octal 65 0 77
Decimal 53 0 63
Hex 35 0 3F

RGB Percentages of Color #35003f

%45.69
%0.00
%54.31

CMYK Percentages of Color #35003f

%16
%100
%0
%75

Triadic Colors of #35003f

#35003f #3f3500 #003f35

Analogous Colors of #35003f

#35003f #3f002a #16003f

Monochromatic Colors of #35003f

#35003f

Complementary Color

#35003f #0a3f00

#35003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35003f Color CSS Codes

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

#35003f Text Font Color

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

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


#35003f Background Color

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

This div background color is #35003f


#35003f Border Color

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

This div border color is #35003f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35003f


Comments

No comments written yet.

Please login to write comment.