Color Hex Logo

#0853ff Color Hex

#0853FF
(8,83,255)
0 Favorites   0 Comments

Color spaces of #0853ff

RGB 883255
HSL0.621.000.52
HSV222°97°100°
CMYK 0.970.670.00   0.00
XYZ21.243413.458196.0858
Yxy13.45810.16240.1029
Hunter Lab36.685339.1650-129.6122
CIE-Lab43.445547.2039-89.3435

#0853ff color RGB value is (8,83,255).

#0853ff hex color red value is 8, green value is 83 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0853ff hue: 0.62 , saturation: 1.00 and the lightness value of 0853ff is 0.52.

The process color (four color CMYK) of #0853ff color hex is 0.97, 0.67, 0.00, 0.00. Web safe color of #0853ff is #0066ff. Color #0853ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 11111111
Octal 10 123 377
Decimal 8 83 255
Hex 8 53 FF

RGB Percentages of Color #0853ff

%2.31
%23.99
%73.70

CMYK Percentages of Color #0853ff

%97
%67
%0
%0

Triadic Colors of #0853ff

#0853ff #ff0853 #53ff08

Analogous Colors of #0853ff

#0853ff #3808ff #08cfff

Monochromatic Colors of #0853ff

#0853ff

Complementary Color

#0853ff #ffb408

#0853ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0853ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0853ff Color CSS Codes

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

#0853ff Text Font Color

<p style="color:#0853ff">Text here</p>

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


#0853ff Background Color

<div style="background-color:#0853ff">
Div content here</div>

This div background color is #0853ff


#0853ff Border Color

<div style="border:3px solid #0853ff">
Div here</div>

This div border color is #0853ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,83,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0853ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0853ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0853ff;
  box-shadow:         1px 1px 3px 2px #0853ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,83,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0853ff

Related Colors


Comments

No comments written yet.

Please login to write comment.