Color Hex Logo

#3531dc Color Hex

#3531DC
(53,49,220)
0 Favorites   0 Comments

Color spaces of #3531dc

RGB 5349220
HSL0.670.710.53
HSV241°78°86°
CMYK 0.760.780.00   0.14
XYZ15.48488.120868.4615
Yxy8.12080.16820.0882
Hunter Lab28.497047.1241-122.4909
CIE-Lab34.233256.5591-84.7310

#3531dc color RGB value is (53,49,220).

#3531dc hex color red value is 53, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3531dc hue: 0.67 , saturation: 0.71 and the lightness value of 3531dc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110001 11011100
Octal 65 61 334
Decimal 53 49 220
Hex 35 31 DC

RGB Percentages of Color #3531dc

%16.46
%15.22
%68.32

CMYK Percentages of Color #3531dc

%76
%78
%0
%14

Triadic Colors of #3531dc

#3531dc #dc3531 #31dc35

Analogous Colors of #3531dc

#3531dc #8b31dc #3183dc

Monochromatic Colors of #3531dc

#3531dc

Complementary Color

#3531dc #d8dc31

#3531dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3531dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3531dc Color CSS Codes

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

#3531dc Text Font Color

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

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


#3531dc Background Color

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

This div background color is #3531dc


#3531dc Border Color

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

This div border color is #3531dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3531dc


Comments

No comments written yet.

Please login to write comment.