Color Hex Logo

#280653 Color Hex

#280653
(40,6,83)
0 Favorites   0 Comments

Color spaces of #280653

RGB 40683
HSL0.740.870.17
HSV266°93°33°
CMYK 0.520.930.00   0.67
XYZ2.50151.20598.2845
Yxy1.20590.20860.1006
Hunter Lab10.981321.4441-37.0424
CIE-Lab10.600834.0686-38.8850

#280653 color RGB value is (40,6,83).

#280653 hex color red value is 40, green value is 6 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #280653 hue: 0.74 , saturation: 0.87 and the lightness value of 280653 is 0.17.

The process color (four color CMYK) of #280653 color hex is 0.52, 0.93, 0.00, 0.67. Web safe color of #280653 is #330066. Color #280653 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00000110 01010011
Octal 50 6 123
Decimal 40 6 83
Hex 28 6 53

RGB Percentages of Color #280653

%31.01
%4.65
%64.34

CMYK Percentages of Color #280653

%52
%93
%0
%67

Triadic Colors of #280653

#280653 #532806 #065328

Analogous Colors of #280653

#280653 #4f0653 #060a53

Monochromatic Colors of #280653

#280653

Complementary Color

#280653 #315306

#280653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#280653 Color CSS Codes

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

#280653 Text Font Color

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

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


#280653 Background Color

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

This div background color is #280653


#280653 Border Color

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

This div border color is #280653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280653


Comments

No comments written yet.

Please login to write comment.