Color Hex Logo

#280a9d Color Hex

#280A9D
(40,10,157)
0 Favorites   0 Comments

Color spaces of #280a9d

RGB 4010157
HSL0.700.880.33
HSV252°94°62°
CMYK 0.750.940.00   0.38
XYZ7.06943.102532.1245
Yxy3.10250.16710.0734
Hunter Lab17.613940.8172-95.8042
CIE-Lab20.449853.1623-70.2997

#280a9d color RGB value is (40,10,157).

#280a9d hex color red value is 40, green value is 10 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #280a9d hue: 0.70 , saturation: 0.88 and the lightness value of 280a9d is 0.33.

The process color (four color CMYK) of #280a9d color hex is 0.75, 0.94, 0.00, 0.38. Web safe color of #280a9d is #330099. Color #280a9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001010 10011101
Octal 50 12 235
Decimal 40 10 157
Hex 28 A 9D

RGB Percentages of Color #280a9d

%19.32
%4.83
%75.85

CMYK Percentages of Color #280a9d

%75
%94
%0
%38

Triadic Colors of #280a9d

#280a9d #9d280a #0a9d28

Analogous Colors of #280a9d

#280a9d #720a9d #0a369d

Monochromatic Colors of #280a9d

#280a9d

Complementary Color

#280a9d #7f9d0a

#280a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#280a9d Color CSS Codes

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

#280a9d Text Font Color

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

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


#280a9d Background Color

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

This div background color is #280a9d


#280a9d Border Color

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

This div border color is #280a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280a9d


Comments

No comments written yet.

Please login to write comment.