Color Hex Logo

#315fdc Color Hex

#315FDC
(49,95,220)
0 Favorites   0 Comments

Color spaces of #315fdc

RGB 4995220
HSL0.620.710.53
HSV224°78°86°
CMYK 0.780.570.00   0.14
XYZ18.277114.004769.4500
Yxy14.00470.17970.1377
Hunter Lab37.422921.6883-83.8354
CIE-Lab44.239728.9440-68.2992

#315fdc color RGB value is (49,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011111 11011100
Octal 61 137 334
Decimal 49 95 220
Hex 31 5F DC

RGB Percentages of Color #315fdc

%13.46
%26.10
%60.44

CMYK Percentages of Color #315fdc

%78
%57
%0
%14

Triadic Colors of #315fdc

#315fdc #dc315f #5fdc31

Analogous Colors of #315fdc

#315fdc #5931dc #31b5dc

Monochromatic Colors of #315fdc

#315fdc

Complementary Color

#315fdc #dcae31

#315fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#315fdc Color CSS Codes

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

#315fdc Text Font Color

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

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


#315fdc Background Color

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

This div background color is #315fdc


#315fdc Border Color

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

This div border color is #315fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315fdc


Comments

No comments written yet.

Please login to write comment.