Color Hex Logo

#3517bc Color Hex

#3517BC
(53,23,188)
0 Favorites   0 Comments

Color spaces of #3517bc

RGB 5323188
HSL0.700.780.41
HSV251°88°74°
CMYK 0.720.880.00   0.26
XYZ10.85175.000547.9702
Yxy5.00050.17000.0784
Hunter Lab22.361847.4891-111.5348
CIE-Lab26.736258.3545-78.5003

#3517bc color RGB value is (53,23,188).

#3517bc hex color red value is 53, green value is 23 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3517bc hue: 0.70 , saturation: 0.78 and the lightness value of 3517bc is 0.41.

The process color (four color CMYK) of #3517bc color hex is 0.72, 0.88, 0.00, 0.26. Web safe color of #3517bc is #3300cc. Color #3517bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010111 10111100
Octal 65 27 274
Decimal 53 23 188
Hex 35 17 BC

RGB Percentages of Color #3517bc

%20.08
%8.71
%71.21

CMYK Percentages of Color #3517bc

%72
%88
%0
%26

Triadic Colors of #3517bc

#3517bc #bc3517 #17bc35

Analogous Colors of #3517bc

#3517bc #8817bc #174cbc

Monochromatic Colors of #3517bc

#3517bc

Complementary Color

#3517bc #9ebc17

#3517bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3517bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3517bc Color CSS Codes

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

#3517bc Text Font Color

<p style="color:#3517bc">Text here</p>

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


#3517bc Background Color

<div style="background-color:#3517bc">
Div content here</div>

This div background color is #3517bc


#3517bc Border Color

<div style="border:3px solid #3517bc">
Div here</div>

This div border color is #3517bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,23,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3517bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3517bc;
  -webkit-box-shadow: 1px 1px 3px 2px #3517bc;
  box-shadow:         1px 1px 3px 2px #3517bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3517bc


Comments

No comments written yet.

Please login to write comment.