Color Hex Logo

#002888 Color Hex

#002888
(0,40,136)
0 Favorites   0 Comments

Color spaces of #002888

RGB 040136
HSL0.621.000.27
HSV222°100°53°
CMYK 1.000.710.00   0.47
XYZ5.20273.295223.6544
Yxy3.29520.16180.1025
Hunter Lab18.152719.3923-64.5527
CIE-Lab21.189329.5465-56.1107

#002888 color RGB value is (0,40,136).

#002888 hex color red value is 0, green value is 40 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #002888 hue: 0.62 , saturation: 1.00 and the lightness value of 002888 is 0.27.

The process color (four color CMYK) of #002888 color hex is 1.00, 0.71, 0.00, 0.47. Web safe color of #002888 is #003399. Color #002888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101000 10001000
Octal 0 50 210
Decimal 0 40 136
Hex 0 28 88

RGB Percentages of Color #002888

%0.00
%22.73
%77.27

CMYK Percentages of Color #002888

%100
%71
%0
%47

Triadic Colors of #002888

#002888 #880028 #288800

Analogous Colors of #002888

#002888 #1c0088 #006c88

Monochromatic Colors of #002888

#002888

Complementary Color

#002888 #886000

#002888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002888 Color CSS Codes

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

#002888 Text Font Color

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

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


#002888 Background Color

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

This div background color is #002888


#002888 Border Color

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

This div border color is #002888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002888


Comments

No comments written yet.

Please login to write comment.