Color Hex Logo

#318cda Color Hex

#318CDA
(49,140,218)
0 Favorites   0 Comments

Color spaces of #318cda

RGB 49140218
HSL0.580.700.52
HSV208°78°85°
CMYK 0.780.360.00   0.15
XYZ23.299624.471169.8250
Yxy24.47110.19810.2081
Hunter Lab49.4683-2.4958-49.0607
CIE-Lab56.55640.1817-47.3728

#318cda color RGB value is (49,140,218).

#318cda hex color red value is 49, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #318cda hue: 0.58 , saturation: 0.70 and the lightness value of 318cda is 0.52.

The process color (four color CMYK) of #318cda color hex is 0.78, 0.36, 0.00, 0.15. Web safe color of #318cda is #3399cc. Color #318cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001100 11011010
Octal 61 214 332
Decimal 49 140 218
Hex 31 8C DA

RGB Percentages of Color #318cda

%12.04
%34.40
%53.56

CMYK Percentages of Color #318cda

%78
%36
%0
%15

Triadic Colors of #318cda

#318cda #da318c #8cda31

Analogous Colors of #318cda

#318cda #3137da #31dad4

Monochromatic Colors of #318cda

#318cda

Complementary Color

#318cda #da7f31

#318cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#318cda Color CSS Codes

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

#318cda Text Font Color

<p style="color:#318cda">Text here</p>

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


#318cda Background Color

<div style="background-color:#318cda">
Div content here</div>

This div background color is #318cda


#318cda Border Color

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

This div border color is #318cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,140,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #318cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #318cda;
  -webkit-box-shadow: 1px 1px 3px 2px #318cda;
  box-shadow:         1px 1px 3px 2px #318cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318cda


Comments

No comments written yet.

Please login to write comment.