Color Hex Logo

#280fbe Color Hex

#280FBE
(40,15,190)
0 Favorites   0 Comments

Color spaces of #280fbe

RGB 4015190
HSL0.690.850.40
HSV249°92°75°
CMYK 0.790.920.00   0.25
XYZ10.34024.510549.0408
Yxy4.51050.16180.0706
Hunter Lab21.237949.7406-122.0408
CIE-Lab25.292060.7067-82.1140

#280fbe color RGB value is (40,15,190).

#280fbe hex color red value is 40, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #280fbe hue: 0.69 , saturation: 0.85 and the lightness value of 280fbe is 0.40.

The process color (four color CMYK) of #280fbe color hex is 0.79, 0.92, 0.00, 0.25. Web safe color of #280fbe is #3300cc. Color #280fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001111 10111110
Octal 50 17 276
Decimal 40 15 190
Hex 28 F BE

RGB Percentages of Color #280fbe

%16.33
%6.12
%77.55

CMYK Percentages of Color #280fbe

%79
%92
%0
%25

Triadic Colors of #280fbe

#280fbe #be280f #0fbe28

Analogous Colors of #280fbe

#280fbe #800fbe #0f4ebe

Monochromatic Colors of #280fbe

#280fbe

Complementary Color

#280fbe #a5be0f

#280fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#280fbe Color CSS Codes

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

#280fbe Text Font Color

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

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


#280fbe Background Color

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

This div background color is #280fbe


#280fbe Border Color

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

This div border color is #280fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280fbe


Comments

No comments written yet.

Please login to write comment.