Color Hex Logo

#310caf Color Hex

#310CAF
(49,12,175)
0 Favorites   0 Comments

Color spaces of #310caf

RGB 4912175
HSL0.700.870.37
HSV254°93°69°
CMYK 0.720.930.00   0.31
XYZ9.13604.011140.8501
Yxy4.01110.16920.0743
Hunter Lab20.027746.3774-106.9130
CIE-Lab23.708157.8833-75.7850

#310caf color RGB value is (49,12,175).

#310caf hex color red value is 49, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #310caf hue: 0.70 , saturation: 0.87 and the lightness value of 310caf is 0.37.

The process color (four color CMYK) of #310caf color hex is 0.72, 0.93, 0.00, 0.31. Web safe color of #310caf is #330099. Color #310caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00001100 10101111
Octal 61 14 257
Decimal 49 12 175
Hex 31 C AF

RGB Percentages of Color #310caf

%20.76
%5.08
%74.15

CMYK Percentages of Color #310caf

%72
%93
%0
%31

Triadic Colors of #310caf

#310caf #af310c #0caf31

Analogous Colors of #310caf

#310caf #830caf #0c38af

Monochromatic Colors of #310caf

#310caf

Complementary Color

#310caf #8aaf0c

#310caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#310caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#310caf Color CSS Codes

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

#310caf Text Font Color

<p style="color:#310caf">Text here</p>

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


#310caf Background Color

<div style="background-color:#310caf">
Div content here</div>

This div background color is #310caf


#310caf Border Color

<div style="border:3px solid #310caf">
Div here</div>

This div border color is #310caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,12,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #310caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #310caf;
  -webkit-box-shadow: 1px 1px 3px 2px #310caf;
  box-shadow:         1px 1px 3px 2px #310caf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #310caf


Comments

No comments written yet.

Please login to write comment.