Color Hex Logo

#3506dc Color Hex

#3506DC
(53,6,220)
0 Favorites   0 Comments

Color spaces of #3506dc

RGB 536220
HSL0.700.950.44
HSV253°97°86°
CMYK 0.760.970.00   0.14
XYZ14.45166.054468.1171
Yxy6.05440.16310.0683
Hunter Lab24.605761.7780-146.9113
CIE-Lab29.549370.5344-92.5189

#3506dc color RGB value is (53,6,220).

#3506dc hex color red value is 53, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3506dc hue: 0.70 , saturation: 0.95 and the lightness value of 3506dc is 0.44.

The process color (four color CMYK) of #3506dc color hex is 0.76, 0.97, 0.00, 0.14. Web safe color of #3506dc is #3300cc. Color #3506dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000110 11011100
Octal 65 6 334
Decimal 53 6 220
Hex 35 6 DC

RGB Percentages of Color #3506dc

%19.00
%2.15
%78.85

CMYK Percentages of Color #3506dc

%76
%97
%0
%14

Triadic Colors of #3506dc

#3506dc #dc3506 #06dc35

Analogous Colors of #3506dc

#3506dc #a006dc #0642dc

Monochromatic Colors of #3506dc

#3506dc

Complementary Color

#3506dc #addc06

#3506dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3506dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3506dc Color CSS Codes

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

#3506dc Text Font Color

<p style="color:#3506dc">Text here</p>

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


#3506dc Background Color

<div style="background-color:#3506dc">
Div content here</div>

This div background color is #3506dc


#3506dc Border Color

<div style="border:3px solid #3506dc">
Div here</div>

This div border color is #3506dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3506dc


Comments

No comments written yet.

Please login to write comment.