color codes Logo

#3a82dd color codes

#3A82DD
(58,130,221)
0 Favorites   0 Comments

Color spaces of #3a82dd

RGB 58130221
HSL0.590.710.55
HSV213°74°87°
CMYK 0.740.410.00   0.13
XYZ22.778722.085371.4689
Yxy22.08530.19580.1898
Hunter Lab46.99504.2785-57.2703
CIE-Lab54.11748.3451-52.9210

#3a82dd color RGB value is (58,130,221).

#3a82dd hex color red value is 58, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3a82dd hue: 0.59 , saturation: 0.71 and the lightness value of 3a82dd is 0.55.

The process color (four color CMYK) of #3a82dd color code is 0.74, 0.41, 0.00, 0.13. Web safe color of #3a82dd is #3399cc. Color #3a82dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10000010 11011101
Octal 72 202 335
Decimal 58 130 221
Hex 3A 82 DD

RGB Percentages of Color #3a82dd

%14.18
%31.78
%54.03

CMYK Percentages of Color #3a82dd

%74
%41
%0
%13

Triadic Colors of #3a82dd

#3a82dd #dd3a82 #82dd3a

Analogous Colors of #3a82dd

#3a82dd #443add #3ad4dd

Monochromatic Colors of #3a82dd

#3a82dd

Complementary Color

#3a82dd #dd953a

#3a82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a82dd Color CSS Codes

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

#3a82dd Text Font Color

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

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


#3a82dd Background Color

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

This div background color is #3a82dd


#3a82dd Border Color

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

This div border color is #3a82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a82dd


Comments

No comments written yet.

Please login to write comment.