Color Hex Logo

#2855dd Color Hex

#2855DD
(40,85,221)
0 Favorites   0 Comments

Color spaces of #2855dd

RGB 4085221
HSL0.630.730.51
HSV225°82°87°
CMYK 0.820.620.00   0.13
XYZ17.174712.168669.8502
Yxy12.16860.17310.1227
Hunter Lab34.883526.8373-94.3029
CIE-Lab41.482834.9038-73.3824

#2855dd color RGB value is (40,85,221).

#2855dd hex color red value is 40, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2855dd hue: 0.63 , saturation: 0.73 and the lightness value of 2855dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010101 11011101
Octal 50 125 335
Decimal 40 85 221
Hex 28 55 DD

RGB Percentages of Color #2855dd

%11.56
%24.57
%63.87

CMYK Percentages of Color #2855dd

%82
%62
%0
%13

Triadic Colors of #2855dd

#2855dd #dd2855 #55dd28

Analogous Colors of #2855dd

#2855dd #5628dd #28b0dd

Monochromatic Colors of #2855dd

#2855dd

Complementary Color

#2855dd #ddb028

#2855dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2855dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2855dd Color CSS Codes

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

#2855dd Text Font Color

<p style="color:#2855dd">Text here</p>

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


#2855dd Background Color

<div style="background-color:#2855dd">
Div content here</div>

This div background color is #2855dd


#2855dd Border Color

<div style="border:3px solid #2855dd">
Div here</div>

This div border color is #2855dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,85,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2855dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2855dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2855dd;
  box-shadow:         1px 1px 3px 2px #2855dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,85,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 #2855dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2855dd


Comments

No comments written yet.

Please login to write comment.