Color Hex Logo

#3d17de Color Hex

#3D17DE
(61,23,222)
0 Favorites   0 Comments

Color spaces of #3d17de

RGB 6123222
HSL0.700.810.48
HSV251°90°87°
CMYK 0.730.900.00   0.13
XYZ15.41576.878869.6225
Yxy6.87880.16770.0748
Hunter Lab26.227559.0188-139.0299
CIE-Lab31.529467.8067-90.3559

#3d17de color RGB value is (61,23,222).

#3d17de hex color red value is 61, green value is 23 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3d17de hue: 0.70 , saturation: 0.81 and the lightness value of 3d17de is 0.48.

The process color (four color CMYK) of #3d17de color hex is 0.73, 0.90, 0.00, 0.13. Web safe color of #3d17de is #3300cc. Color #3d17de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00010111 11011110
Octal 75 27 336
Decimal 61 23 222
Hex 3D 17 DE

RGB Percentages of Color #3d17de

%19.93
%7.52
%72.55

CMYK Percentages of Color #3d17de

%73
%90
%0
%13

Triadic Colors of #3d17de

#3d17de #de3d17 #17de3d

Analogous Colors of #3d17de

#3d17de #a117de #1754de

Monochromatic Colors of #3d17de

#3d17de

Complementary Color

#3d17de #b8de17

#3d17de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d17de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d17de Color CSS Codes

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

#3d17de Text Font Color

<p style="color:#3d17de">Text here</p>

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


#3d17de Background Color

<div style="background-color:#3d17de">
Div content here</div>

This div background color is #3d17de


#3d17de Border Color

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

This div border color is #3d17de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,23,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d17de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d17de;
  -webkit-box-shadow: 1px 1px 3px 2px #3d17de;
  box-shadow:         1px 1px 3px 2px #3d17de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,23,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d17de


Comments

No comments written yet.

Please login to write comment.