Color Hex Logo

#3a81dc Color Hex

#3A81DC
(58,129,220)
0 Favorites   0 Comments

Color spaces of #3a81dc

RGB 58129220
HSL0.590.700.55
HSV214°74°86°
CMYK 0.740.410.00   0.14
XYZ22.513421.767470.7251
Yxy21.76740.19580.1893
Hunter Lab46.65554.4871-57.2188
CIE-Lab53.77938.5918-52.8987

#3a81dc color RGB value is (58,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10000001 11011100
Octal 72 201 334
Decimal 58 129 220
Hex 3A 81 DC

RGB Percentages of Color #3a81dc

%14.25
%31.70
%54.05

CMYK Percentages of Color #3a81dc

%74
%41
%0
%14

Triadic Colors of #3a81dc

#3a81dc #dc3a81 #81dc3a

Analogous Colors of #3a81dc

#3a81dc #443adc #3ad2dc

Monochromatic Colors of #3a81dc

#3a81dc

Complementary Color

#3a81dc #dc953a

#3a81dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a81dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a81dc Color CSS Codes

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

#3a81dc Text Font Color

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

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


#3a81dc Background Color

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

This div background color is #3a81dc


#3a81dc Border Color

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

This div border color is #3a81dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,129,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a81dc


Comments

No comments written yet.

Please login to write comment.