Color Hex Logo

#315ddf Color Hex

#315DDF
(49,93,223)
0 Favorites   0 Comments

Color spaces of #315ddf

RGB 4993223
HSL0.620.730.53
HSV225°78°87°
CMYK 0.780.580.00   0.13
XYZ18.500313.809471.5024
Yxy13.80940.17820.1330
Hunter Lab37.161023.8330-88.0687
CIE-Lab43.958331.3267-70.4637

#315ddf color RGB value is (49,93,223).

#315ddf hex color red value is 49, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #315ddf hue: 0.62 , saturation: 0.73 and the lightness value of 315ddf is 0.53.

The process color (four color CMYK) of #315ddf color hex is 0.78, 0.58, 0.00, 0.13. Web safe color of #315ddf is #3366cc. Color #315ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011101 11011111
Octal 61 135 337
Decimal 49 93 223
Hex 31 5D DF

RGB Percentages of Color #315ddf

%13.42
%25.48
%61.10

CMYK Percentages of Color #315ddf

%78
%58
%0
%13

Triadic Colors of #315ddf

#315ddf #df315d #5ddf31

Analogous Colors of #315ddf

#315ddf #5c31df #31b4df

Monochromatic Colors of #315ddf

#315ddf

Complementary Color

#315ddf #dfb331

#315ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ddf Color CSS Codes

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

#315ddf Text Font Color

<p style="color:#315ddf">Text here</p>

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


#315ddf Background Color

<div style="background-color:#315ddf">
Div content here</div>

This div background color is #315ddf


#315ddf Border Color

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

This div border color is #315ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,93,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #315ddf;
  box-shadow:         1px 1px 3px 2px #315ddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,93,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 #315ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ddf


Comments

No comments written yet.

Please login to write comment.