Color Hex Logo

#35008f Color Hex

#35008F
(53,0,143)
0 Favorites   0 Comments

Color spaces of #35008f

RGB 530143
HSL0.731.000.28
HSV262°100°56°
CMYK 0.631.000.00   0.44
XYZ6.42612.740126.1768
Yxy2.74010.18180.0775
Hunter Lab16.553240.3269-82.1721
CIE-Lab18.971452.9526-64.0648

#35008f color RGB value is (53,0,143).

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

The process color (four color CMYK) of #35008f color hex is 0.63, 1.00, 0.00, 0.44. Web safe color of #35008f is #330099. Color #35008f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 10001111
Octal 65 0 217
Decimal 53 0 143
Hex 35 0 8F

RGB Percentages of Color #35008f

%27.04
%0.00
%72.96

CMYK Percentages of Color #35008f

%63
%100
%0
%44

Triadic Colors of #35008f

#35008f #8f3500 #008f35

Analogous Colors of #35008f

#35008f #7d008f #00138f

Monochromatic Colors of #35008f

#35008f

Complementary Color

#35008f #5a8f00

#35008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35008f Color CSS Codes

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

#35008f Text Font Color

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

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


#35008f Background Color

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

This div background color is #35008f


#35008f Border Color

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

This div border color is #35008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35008f


Comments

No comments written yet.

Please login to write comment.