Color Hex Logo

#315ddc Color Hex

#315DDC
(49,93,220)
0 Favorites   0 Comments

Color spaces of #315ddc

RGB 4993220
HSL0.620.710.53
HSV225°78°86°
CMYK 0.780.580.00   0.14
XYZ18.099213.649069.3907
Yxy13.64900.17900.1350
Hunter Lab36.944622.7945-85.4996
CIE-Lab43.725330.2218-69.1371

#315ddc color RGB value is (49,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011101 11011100
Octal 61 135 334
Decimal 49 93 220
Hex 31 5D DC

RGB Percentages of Color #315ddc

%13.54
%25.69
%60.77

CMYK Percentages of Color #315ddc

%78
%58
%0
%14

Triadic Colors of #315ddc

#315ddc #dc315d #5ddc31

Analogous Colors of #315ddc

#315ddc #5b31dc #31b3dc

Monochromatic Colors of #315ddc

#315ddc

Complementary Color

#315ddc #dcb031

#315ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ddc Color CSS Codes

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

#315ddc Text Font Color

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

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


#315ddc Background Color

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

This div background color is #315ddc


#315ddc Border Color

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

This div border color is #315ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,93,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ddc


Comments

No comments written yet.

Please login to write comment.