Color Hex Logo

#3d7dea Color Hex

#3D7DEA
(61,125,234)
0 Favorites   0 Comments

Color spaces of #3d7dea

RGB 61125234
HSL0.610.800.58
HSV218°74°92°
CMYK 0.740.470.00   0.08
XYZ24.109421.599880.7404
Yxy21.59980.19070.1708
Hunter Lab46.475611.2653-70.4695
CIE-Lab53.599816.5099-61.0261

#3d7dea color RGB value is (61,125,234).

#3d7dea hex color red value is 61, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3d7dea hue: 0.61 , saturation: 0.80 and the lightness value of 3d7dea is 0.58.

The process color (four color CMYK) of #3d7dea color hex is 0.74, 0.47, 0.00, 0.08. Web safe color of #3d7dea is #3366ff. Color #3d7dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01111101 11101010
Octal 75 175 352
Decimal 61 125 234
Hex 3D 7D EA

RGB Percentages of Color #3d7dea

%14.52
%29.76
%55.71

CMYK Percentages of Color #3d7dea

%74
%47
%0
%8

Triadic Colors of #3d7dea

#3d7dea #ea3d7d #7dea3d

Analogous Colors of #3d7dea

#3d7dea #543dea #3dd4ea

Monochromatic Colors of #3d7dea

#3d7dea

Complementary Color

#3d7dea #eaaa3d

#3d7dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d7dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d7dea Color CSS Codes

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

#3d7dea Text Font Color

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

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


#3d7dea Background Color

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

This div background color is #3d7dea


#3d7dea Border Color

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

This div border color is #3d7dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d7dea


Comments

No comments written yet.

Please login to write comment.