Color Hex Logo

#280acd Color Hex

#280ACD
(40,10,205)
0 Favorites   0 Comments

Color spaces of #280acd

RGB 4010205
HSL0.690.910.42
HSV249°95°80°
CMYK 0.800.950.00   0.20
XYZ12.00315.076058.1047
Yxy5.07600.15970.0675
Hunter Lab22.530055.6704-137.1376
CIE-Lab26.950265.7242-88.1714

#280acd color RGB value is (40,10,205).

#280acd hex color red value is 40, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #280acd hue: 0.69 , saturation: 0.91 and the lightness value of 280acd is 0.42.

The process color (four color CMYK) of #280acd color hex is 0.80, 0.95, 0.00, 0.20. Web safe color of #280acd is #3300cc. Color #280acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001010 11001101
Octal 50 12 315
Decimal 40 10 205
Hex 28 A CD

RGB Percentages of Color #280acd

%15.69
%3.92
%80.39

CMYK Percentages of Color #280acd

%80
%95
%0
%20

Triadic Colors of #280acd

#280acd #cd280a #0acd28

Analogous Colors of #280acd

#280acd #8a0acd #0a4dcd

Monochromatic Colors of #280acd

#280acd

Complementary Color

#280acd #afcd0a

#280acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#280acd Color CSS Codes

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

#280acd Text Font Color

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

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


#280acd Background Color

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

This div background color is #280acd


#280acd Border Color

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

This div border color is #280acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280acd


Comments

No comments written yet.

Please login to write comment.