Color Hex Logo

#3527dc Color Hex

#3527DC
(53,39,220)
0 Favorites   0 Comments

Color spaces of #3527dc

RGB 5339220
HSL0.680.720.51
HSV245°82°86°
CMYK 0.760.820.00   0.14
XYZ15.11207.375268.3372
Yxy7.37520.16640.0812
Hunter Lab27.157351.8031-130.1840
CIE-Lab32.646261.1902-87.3634

#3527dc color RGB value is (53,39,220).

#3527dc hex color red value is 53, green value is 39 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3527dc hue: 0.68 , saturation: 0.72 and the lightness value of 3527dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100111 11011100
Octal 65 47 334
Decimal 53 39 220
Hex 35 27 DC

RGB Percentages of Color #3527dc

%16.99
%12.50
%70.51

CMYK Percentages of Color #3527dc

%76
%82
%0
%14

Triadic Colors of #3527dc

#3527dc #dc3527 #27dc35

Analogous Colors of #3527dc

#3527dc #9027dc #2774dc

Monochromatic Colors of #3527dc

#3527dc

Complementary Color

#3527dc #cedc27

#3527dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3527dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3527dc Color CSS Codes

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

#3527dc Text Font Color

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

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


#3527dc Background Color

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

This div background color is #3527dc


#3527dc Border Color

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

This div border color is #3527dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,39,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 #3527dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3527dc


Comments

No comments written yet.

Please login to write comment.