Color Hex Logo

#280ce0 Color Hex

#280CE0
(40,12,224)
0 Favorites   0 Comments

Color spaces of #280ce0

RGB 4012224
HSL0.690.900.46
HSV248°95°88°
CMYK 0.820.950.00   0.12
XYZ14.46116.095970.9354
Yxy6.09590.15810.0666
Hunter Lab24.689961.3419-153.0606
CIE-Lab29.653170.1453-94.6672

#280ce0 color RGB value is (40,12,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001100 11100000
Octal 50 14 340
Decimal 40 12 224
Hex 28 C E0

RGB Percentages of Color #280ce0

%14.49
%4.35
%81.16

CMYK Percentages of Color #280ce0

%82
%95
%0
%12

Triadic Colors of #280ce0

#280ce0 #e0280c #0ce028

Analogous Colors of #280ce0

#280ce0 #920ce0 #0c5ae0

Monochromatic Colors of #280ce0

#280ce0

Complementary Color

#280ce0 #c4e00c

#280ce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280ce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#280ce0 Color CSS Codes

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

#280ce0 Text Font Color

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

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


#280ce0 Background Color

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

This div background color is #280ce0


#280ce0 Border Color

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

This div border color is #280ce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280ce0


Comments

No comments written yet.

Please login to write comment.