Color Hex Logo

#3a17dd Color Hex

#3A17DD
(58,23,221)
0 Favorites   0 Comments

Color spaces of #3a17dd

RGB 5823221
HSL0.700.810.48
HSV251°90°87°
CMYK 0.740.900.00   0.13
XYZ15.10256.732868.9102
Yxy6.73280.16640.0742
Hunter Lab25.947658.4853-139.2955
CIE-Lab31.190767.4072-90.3502

#3a17dd color RGB value is (58,23,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 00010111 11011101
Octal 72 27 335
Decimal 58 23 221
Hex 3A 17 DD

RGB Percentages of Color #3a17dd

%19.21
%7.62
%73.18

CMYK Percentages of Color #3a17dd

%74
%90
%0
%13

Triadic Colors of #3a17dd

#3a17dd #dd3a17 #17dd3a

Analogous Colors of #3a17dd

#3a17dd #9d17dd #1757dd

Monochromatic Colors of #3a17dd

#3a17dd

Complementary Color

#3a17dd #badd17

#3a17dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a17dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a17dd Color CSS Codes

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

#3a17dd Text Font Color

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

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


#3a17dd Background Color

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

This div background color is #3a17dd


#3a17dd Border Color

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

This div border color is #3a17dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,23,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 #3a17dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a17dd


Comments

No comments written yet.

Please login to write comment.