Color Hex Logo

#002fea Color Hex

#002FEA
(0,47,234)
0 Favorites   0 Comments

Color spaces of #002fea

RGB 047234
HSL0.631.000.46
HSV228°100°92°
CMYK 1.000.800.00   0.08
XYZ15.86787.973578.5446
Yxy7.97350.15500.0779
Hunter Lab28.237450.8914-145.1538
CIE-Lab33.927660.1094-93.2874

#002fea color RGB value is (0,47,234).

#002fea hex color red value is 0, green value is 47 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #002fea hue: 0.63 , saturation: 1.00 and the lightness value of 002fea is 0.46.

The process color (four color CMYK) of #002fea color hex is 1.00, 0.80, 0.00, 0.08. Web safe color of #002fea is #0033ff. Color #002fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101111 11101010
Octal 0 57 352
Decimal 0 47 234
Hex 0 2F EA

RGB Percentages of Color #002fea

%0.00
%16.73
%83.27

CMYK Percentages of Color #002fea

%100
%80
%0
%8

Triadic Colors of #002fea

#002fea #ea002f #2fea00

Analogous Colors of #002fea

#002fea #4600ea #00a4ea

Monochromatic Colors of #002fea

#002fea

Complementary Color

#002fea #eabb00

#002fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#002fea Color CSS Codes

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

#002fea Text Font Color

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

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


#002fea Background Color

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

This div background color is #002fea


#002fea Border Color

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

This div border color is #002fea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,47,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002fea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002fea;
  -webkit-box-shadow: 1px 1px 3px 2px #002fea;
  box-shadow:         1px 1px 3px 2px #002fea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002fea


Comments

No comments written yet.

Please login to write comment.