Color Hex Logo

#315cdd Color Hex

#315CDD
(49,92,221)
0 Favorites   0 Comments

Color spaces of #315cdd

RGB 4992221
HSL0.630.720.53
HSV225°78°87°
CMYK 0.780.580.00   0.13
XYZ18.144913.527770.0614
Yxy13.52770.17840.1330
Hunter Lab36.780023.6954-87.1941
CIE-Lab43.547831.2286-69.9958

#315cdd color RGB value is (49,92,221).

#315cdd hex color red value is 49, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #315cdd hue: 0.63 , saturation: 0.72 and the lightness value of 315cdd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011100 11011101
Octal 61 134 335
Decimal 49 92 221
Hex 31 5C DD

RGB Percentages of Color #315cdd

%13.54
%25.41
%61.05

CMYK Percentages of Color #315cdd

%78
%58
%0
%13

Triadic Colors of #315cdd

#315cdd #dd315c #5cdd31

Analogous Colors of #315cdd

#315cdd #5c31dd #31b2dd

Monochromatic Colors of #315cdd

#315cdd

Complementary Color

#315cdd #ddb231

#315cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#315cdd Color CSS Codes

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

#315cdd Text Font Color

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

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


#315cdd Background Color

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

This div background color is #315cdd


#315cdd Border Color

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

This div border color is #315cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315cdd


Comments

No comments written yet.

Please login to write comment.