Color Hex Logo

#3d17af Color Hex

#3D17AF
(61,23,175)
0 Favorites   0 Comments

Color spaces of #3d17af

RGB 6123175
HSL0.710.770.39
HSV255°87°69°
CMYK 0.650.870.00   0.31
XYZ9.96874.700040.9392
Yxy4.70000.17930.0845
Hunter Lab21.679544.1391-96.7867
CIE-Lab25.862455.3548-72.1756

#3d17af color RGB value is (61,23,175).

#3d17af hex color red value is 61, green value is 23 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3d17af hue: 0.71 , saturation: 0.77 and the lightness value of 3d17af is 0.39.

The process color (four color CMYK) of #3d17af color hex is 0.65, 0.87, 0.00, 0.31. Web safe color of #3d17af is #330099. Color #3d17af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00010111 10101111
Octal 75 27 257
Decimal 61 23 175
Hex 3D 17 AF

RGB Percentages of Color #3d17af

%23.55
%8.88
%67.57

CMYK Percentages of Color #3d17af

%65
%87
%0
%31

Triadic Colors of #3d17af

#3d17af #af3d17 #17af3d

Analogous Colors of #3d17af

#3d17af #8917af #173daf

Monochromatic Colors of #3d17af

#3d17af

Complementary Color

#3d17af #89af17

#3d17af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d17af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d17af Color CSS Codes

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

#3d17af Text Font Color

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

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


#3d17af Background Color

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

This div background color is #3d17af


#3d17af Border Color

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

This div border color is #3d17af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d17af


Comments

No comments written yet.

Please login to write comment.