Color Hex Logo

#3548dd Color Hex

#3548DD
(53,72,221)
0 Favorites   0 Comments

Color spaces of #3548dd

RGB 5372221
HSL0.650.710.54
HSV233°76°87°
CMYK 0.760.670.00   0.13
XYZ16.836710.612169.5676
Yxy10.61210.17350.1094
Hunter Lab32.576235.2476-103.8124
CIE-Lab38.919344.0869-77.5694

#3548dd color RGB value is (53,72,221).

#3548dd hex color red value is 53, green value is 72 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3548dd hue: 0.65 , saturation: 0.71 and the lightness value of 3548dd is 0.54.

The process color (four color CMYK) of #3548dd color hex is 0.76, 0.67, 0.00, 0.13. Web safe color of #3548dd is #3333cc. Color #3548dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001000 11011101
Octal 65 110 335
Decimal 53 72 221
Hex 35 48 DD

RGB Percentages of Color #3548dd

%15.32
%20.81
%63.87

CMYK Percentages of Color #3548dd

%76
%67
%0
%13

Triadic Colors of #3548dd

#3548dd #dd3548 #48dd35

Analogous Colors of #3548dd

#3548dd #7635dd #359cdd

Monochromatic Colors of #3548dd

#3548dd

Complementary Color

#3548dd #ddca35

#3548dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3548dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3548dd Color CSS Codes

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

#3548dd Text Font Color

<p style="color:#3548dd">Text here</p>

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


#3548dd Background Color

<div style="background-color:#3548dd">
Div content here</div>

This div background color is #3548dd


#3548dd Border Color

<div style="border:3px solid #3548dd">
Div here</div>

This div border color is #3548dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,72,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3548dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3548dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3548dd;
  box-shadow:         1px 1px 3px 2px #3548dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3548dd


Comments

No comments written yet.

Please login to write comment.