Color Hex Logo

#2853df Color Hex

#2853DF
(40,83,223)
0 Favorites   0 Comments

Color spaces of #2853df

RGB 4083223
HSL0.630.740.52
HSV226°82°87°
CMYK 0.820.630.00   0.13
XYZ17.287611.965371.2104
Yxy11.96530.17210.1191
Hunter Lab34.590928.6754-97.8435
CIE-Lab41.160936.9095-75.0499

#2853df color RGB value is (40,83,223).

#2853df hex color red value is 40, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2853df hue: 0.63 , saturation: 0.74 and the lightness value of 2853df is 0.52.

The process color (four color CMYK) of #2853df color hex is 0.82, 0.63, 0.00, 0.13. Web safe color of #2853df is #3366cc. Color #2853df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010011 11011111
Octal 50 123 337
Decimal 40 83 223
Hex 28 53 DF

RGB Percentages of Color #2853df

%11.56
%23.99
%64.45

CMYK Percentages of Color #2853df

%82
%63
%0
%13

Triadic Colors of #2853df

#2853df #df2853 #53df28

Analogous Colors of #2853df

#2853df #5828df #28afdf

Monochromatic Colors of #2853df

#2853df

Complementary Color

#2853df #dfb428

#2853df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2853df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2853df Color CSS Codes

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

#2853df Text Font Color

<p style="color:#2853df">Text here</p>

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


#2853df Background Color

<div style="background-color:#2853df">
Div content here</div>

This div background color is #2853df


#2853df Border Color

<div style="border:3px solid #2853df">
Div here</div>

This div border color is #2853df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,83,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2853df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2853df;
  -webkit-box-shadow: 1px 1px 3px 2px #2853df;
  box-shadow:         1px 1px 3px 2px #2853df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2853df


Comments

No comments written yet.

Please login to write comment.