Color Hex Logo

#3507c8 Color Hex

#3507C8
(53,7,200)
0 Favorites   0 Comments

Color spaces of #3507c8

RGB 537200
HSL0.710.930.41
HSV254°97°78°
CMYK 0.740.970.00   0.22
XYZ11.96955.079054.9931
Yxy5.07900.16610.0705
Hunter Lab22.536655.3645-128.9017
CIE-Lab26.958765.4534-85.2078

#3507c8 color RGB value is (53,7,200).

#3507c8 hex color red value is 53, green value is 7 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #3507c8 hue: 0.71 , saturation: 0.93 and the lightness value of 3507c8 is 0.41.

The process color (four color CMYK) of #3507c8 color hex is 0.74, 0.97, 0.00, 0.22. Web safe color of #3507c8 is #3300cc. Color #3507c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000111 11001000
Octal 65 7 310
Decimal 53 7 200
Hex 35 7 C8

RGB Percentages of Color #3507c8

%20.38
%2.69
%76.92

CMYK Percentages of Color #3507c8

%74
%97
%0
%22

Triadic Colors of #3507c8

#3507c8 #c83507 #07c835

Analogous Colors of #3507c8

#3507c8 #9607c8 #073ac8

Monochromatic Colors of #3507c8

#3507c8

Complementary Color

#3507c8 #9ac807

#3507c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3507c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3507c8 Color CSS Codes

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

#3507c8 Text Font Color

<p style="color:#3507c8">Text here</p>

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


#3507c8 Background Color

<div style="background-color:#3507c8">
Div content here</div>

This div background color is #3507c8


#3507c8 Border Color

<div style="border:3px solid #3507c8">
Div here</div>

This div border color is #3507c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,7,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3507c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3507c8;
  -webkit-box-shadow: 1px 1px 3px 2px #3507c8;
  box-shadow:         1px 1px 3px 2px #3507c8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3507c8


Comments

No comments written yet.

Please login to write comment.