Color Hex Logo

#3d7cbd Color Hex

#3D7CBD
(61,124,189)
0 Favorites   0 Comments

Color spaces of #3d7cbd

RGB 61124189
HSL0.580.510.49
HSV210°68°74°
CMYK 0.680.340.00   0.26
XYZ18.317419.081550.8618
Yxy19.08150.20750.2162
Hunter Lab43.6824-1.5935-38.4570
CIE-Lab50.78240.9545-40.0396

#3d7cbd color RGB value is (61,124,189).

#3d7cbd hex color red value is 61, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3d7cbd hue: 0.58 , saturation: 0.51 and the lightness value of 3d7cbd is 0.49.

The process color (four color CMYK) of #3d7cbd color hex is 0.68, 0.34, 0.00, 0.26. Web safe color of #3d7cbd is #3366cc. Color #3d7cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01111100 10111101
Octal 75 174 275
Decimal 61 124 189
Hex 3D 7C BD

RGB Percentages of Color #3d7cbd

%16.31
%33.16
%50.53

CMYK Percentages of Color #3d7cbd

%68
%34
%0
%26

Triadic Colors of #3d7cbd

#3d7cbd #bd3d7c #7cbd3d

Analogous Colors of #3d7cbd

#3d7cbd #3e3dbd #3dbcbd

Monochromatic Colors of #3d7cbd

#3d7cbd

Complementary Color

#3d7cbd #bd7e3d

#3d7cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d7cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d7cbd Color CSS Codes

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

#3d7cbd Text Font Color

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

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


#3d7cbd Background Color

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

This div background color is #3d7cbd


#3d7cbd Border Color

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

This div border color is #3d7cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d7cbd


Comments

No comments written yet.

Please login to write comment.