Color Hex Logo

#35063f Color Hex

#35063F
(53,6,63)
0 Favorites   0 Comments

Color spaces of #35063f

RGB 53663
HSL0.800.830.14
HSV289°90°25°
CMYK 0.160.900.00   0.75
XYZ2.43051.24604.8150
Yxy1.24600.28620.1467
Hunter Lab11.162419.3322-17.7615
CIE-Lab10.892531.3909-24.3591

#35063f color RGB value is (53,6,63).

#35063f hex color red value is 53, green value is 6 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #35063f hue: 0.80 , saturation: 0.83 and the lightness value of 35063f is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000110 00111111
Octal 65 6 77
Decimal 53 6 63
Hex 35 6 3F

RGB Percentages of Color #35063f

%43.44
%4.92
%51.64

CMYK Percentages of Color #35063f

%16
%90
%0
%75

Triadic Colors of #35063f

#35063f #3f3506 #063f35

Analogous Colors of #35063f

#35063f #3f062d #18063f

Monochromatic Colors of #35063f

#35063f

Complementary Color

#35063f #103f06

#35063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35063f Color CSS Codes

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

#35063f Text Font Color

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

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


#35063f Background Color

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

This div background color is #35063f


#35063f Border Color

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

This div border color is #35063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35063f


Comments

No comments written yet.

Please login to write comment.