Color Hex Logo

#3d85ea Color Hex

#3D85EA
(61,133,234)
0 Favorites   0 Comments

Color spaces of #3d85ea

RGB 61133234
HSL0.600.800.58
HSV215°74°92°
CMYK 0.740.430.00   0.08
XYZ25.163323.707781.0917
Yxy23.70770.19360.1824
Hunter Lab48.69067.0404-64.6612
CIE-Lab55.793911.5986-57.5052

#3d85ea color RGB value is (61,133,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10000101 11101010
Octal 75 205 352
Decimal 61 133 234
Hex 3D 85 EA

RGB Percentages of Color #3d85ea

%14.25
%31.07
%54.67

CMYK Percentages of Color #3d85ea

%74
%43
%0
%8

Triadic Colors of #3d85ea

#3d85ea #ea3d85 #85ea3d

Analogous Colors of #3d85ea

#3d85ea #4c3dea #3ddcea

Monochromatic Colors of #3d85ea

#3d85ea

Complementary Color

#3d85ea #eaa23d

#3d85ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d85ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d85ea Color CSS Codes

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

#3d85ea Text Font Color

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

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


#3d85ea Background Color

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

This div background color is #3d85ea


#3d85ea Border Color

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

This div border color is #3d85ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d85ea


Comments

No comments written yet.

Please login to write comment.