Color Hex Logo

#35006e Color Hex

#35006E
(53,0,110)
0 Favorites   0 Comments

Color spaces of #35006e

RGB 530110
HSL0.751.000.22
HSV269°100°43°
CMYK 0.521.000.00   0.57
XYZ4.28271.882714.8895
Yxy1.88270.20340.0894
Hunter Lab13.721231.7021-54.7337
CIE-Lab14.859244.9081-49.8338

#35006e color RGB value is (53,0,110).

#35006e hex color red value is 53, green value is 0 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #35006e hue: 0.75 , saturation: 1.00 and the lightness value of 35006e is 0.22.

The process color (four color CMYK) of #35006e color hex is 0.52, 1.00, 0.00, 0.57. Web safe color of #35006e is #330066. Color #35006e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 01101110
Octal 65 0 156
Decimal 53 0 110
Hex 35 0 6E

RGB Percentages of Color #35006e

%32.52
%0.00
%67.48

CMYK Percentages of Color #35006e

%52
%100
%0
%57

Triadic Colors of #35006e

#35006e #6e3500 #006e35

Analogous Colors of #35006e

#35006e #6c006e #00026e

Monochromatic Colors of #35006e

#35006e

Complementary Color

#35006e #396e00

#35006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35006e Color CSS Codes

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

#35006e Text Font Color

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

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


#35006e Background Color

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

This div background color is #35006e


#35006e Border Color

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

This div border color is #35006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35006e


Comments

No comments written yet.

Please login to write comment.