Color Hex Logo

#3b7ddf Color Hex

#3B7DDF
(59,125,223)
0 Favorites   0 Comments

Color spaces of #3b7ddf

RGB 59125223
HSL0.600.720.55
HSV216°74°87°
CMYK 0.740.440.00   0.13
XYZ22.456520.924872.6673
Yxy20.92480.19350.1803
Hunter Lab45.74367.5780-62.1662
CIE-Lab52.867112.2630-56.0428

#3b7ddf color RGB value is (59,125,223).

#3b7ddf hex color red value is 59, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3b7ddf hue: 0.60 , saturation: 0.72 and the lightness value of 3b7ddf is 0.55.

The process color (four color CMYK) of #3b7ddf color hex is 0.74, 0.44, 0.00, 0.13. Web safe color of #3b7ddf is #3366cc. Color #3b7ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01111101 11011111
Octal 73 175 337
Decimal 59 125 223
Hex 3B 7D DF

RGB Percentages of Color #3b7ddf

%14.50
%30.71
%54.79

CMYK Percentages of Color #3b7ddf

%74
%44
%0
%13

Triadic Colors of #3b7ddf

#3b7ddf #df3b7d #7ddf3b

Analogous Colors of #3b7ddf

#3b7ddf #4b3bdf #3bcfdf

Monochromatic Colors of #3b7ddf

#3b7ddf

Complementary Color

#3b7ddf #df9d3b

#3b7ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b7ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b7ddf Color CSS Codes

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

#3b7ddf Text Font Color

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

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


#3b7ddf Background Color

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

This div background color is #3b7ddf


#3b7ddf Border Color

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

This div border color is #3b7ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b7ddf


Comments

No comments written yet.

Please login to write comment.