Color Hex Logo

#3d70cf Color Hex

#3D70CF
(61,112,207)
0 Favorites   0 Comments

Color spaces of #3d70cf

RGB 61112207
HSL0.610.600.53
HSV219°71°81°
CMYK 0.710.460.00   0.19
XYZ18.981117.085461.3289
Yxy17.08540.19490.1754
Hunter Lab41.33459.6332-59.0357
CIE-Lab48.367514.8106-54.1918

#3d70cf color RGB value is (61,112,207).

#3d70cf hex color red value is 61, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3d70cf hue: 0.61 , saturation: 0.60 and the lightness value of 3d70cf is 0.53.

The process color (four color CMYK) of #3d70cf color hex is 0.71, 0.46, 0.00, 0.19. Web safe color of #3d70cf is #3366cc. Color #3d70cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01110000 11001111
Octal 75 160 317
Decimal 61 112 207
Hex 3D 70 CF

RGB Percentages of Color #3d70cf

%16.05
%29.47
%54.47

CMYK Percentages of Color #3d70cf

%71
%46
%0
%19

Triadic Colors of #3d70cf

#3d70cf #cf3d70 #70cf3d

Analogous Colors of #3d70cf

#3d70cf #533dcf #3db9cf

Monochromatic Colors of #3d70cf

#3d70cf

Complementary Color

#3d70cf #cf9c3d

#3d70cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d70cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d70cf Color CSS Codes

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

#3d70cf Text Font Color

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

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


#3d70cf Background Color

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

This div background color is #3d70cf


#3d70cf Border Color

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

This div border color is #3d70cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d70cf


Comments

No comments written yet.

Please login to write comment.