Color Hex Logo

#3613dd Color Hex

#3613DD
(54,19,221)
0 Favorites   0 Comments

Color spaces of #3613dd

RGB 5419221
HSL0.700.840.47
HSV250°91°87°
CMYK 0.760.910.00   0.13
XYZ14.80536.470568.8752
Yxy6.47050.16420.0718
Hunter Lab25.437259.3780-142.7311
CIE-Lab30.569868.2956-91.3918

#3613dd color RGB value is (54,19,221).

#3613dd hex color red value is 54, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3613dd hue: 0.70 , saturation: 0.84 and the lightness value of 3613dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010011 11011101
Octal 66 23 335
Decimal 54 19 221
Hex 36 13 DD

RGB Percentages of Color #3613dd

%18.37
%6.46
%75.17

CMYK Percentages of Color #3613dd

%76
%91
%0
%13

Triadic Colors of #3613dd

#3613dd #dd3613 #13dd36

Analogous Colors of #3613dd

#3613dd #9b13dd #1355dd

Monochromatic Colors of #3613dd

#3613dd

Complementary Color

#3613dd #badd13

#3613dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3613dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3613dd Color CSS Codes

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

#3613dd Text Font Color

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

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


#3613dd Background Color

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

This div background color is #3613dd


#3613dd Border Color

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

This div border color is #3613dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,19,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 #3613dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3613dd


Comments

No comments written yet.

Please login to write comment.