Color Hex Logo

#280ddd Color Hex

#280DDD
(40,13,221)
0 Favorites   0 Comments

Color spaces of #280ddd

RGB 4013221
HSL0.690.890.46
HSV248°94°87°
CMYK 0.820.940.00   0.13
XYZ14.07015.959468.8153
Yxy5.95940.15840.0671
Hunter Lab24.411960.1600-150.0458
CIE-Lab29.309869.1975-93.5143

#280ddd color RGB value is (40,13,221).

#280ddd hex color red value is 40, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #280ddd hue: 0.69 , saturation: 0.89 and the lightness value of 280ddd is 0.46.

The process color (four color CMYK) of #280ddd color hex is 0.82, 0.94, 0.00, 0.13. Web safe color of #280ddd is #3300cc. Color #280ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001101 11011101
Octal 50 15 335
Decimal 40 13 221
Hex 28 D DD

RGB Percentages of Color #280ddd

%14.60
%4.74
%80.66

CMYK Percentages of Color #280ddd

%82
%94
%0
%13

Triadic Colors of #280ddd

#280ddd #dd280d #0ddd28

Analogous Colors of #280ddd

#280ddd #900ddd #0d5add

Monochromatic Colors of #280ddd

#280ddd

Complementary Color

#280ddd #c2dd0d

#280ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#280ddd Color CSS Codes

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

#280ddd Text Font Color

<p style="color:#280ddd">Text here</p>

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


#280ddd Background Color

<div style="background-color:#280ddd">
Div content here</div>

This div background color is #280ddd


#280ddd Border Color

<div style="border:3px solid #280ddd">
Div here</div>

This div border color is #280ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280ddd


Comments

No comments written yet.

Please login to write comment.