Color Hex Logo

#2f228e Color Hex

#2F228E
(47,34,142)
0 Favorites   0 Comments

Color spaces of #2f228e

RGB 4734142
HSL0.690.610.35
HSV247°76°56°
CMYK 0.670.760.00   0.44
XYZ6.62683.701425.9564
Yxy3.70140.18260.1020
Hunter Lab19.239027.8153-66.5240
CIE-Lab22.658639.1583-57.3576

#2f228e color RGB value is (47,34,142).

#2f228e hex color red value is 47, green value is 34 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #2f228e hue: 0.69 , saturation: 0.61 and the lightness value of 2f228e is 0.35.

The process color (four color CMYK) of #2f228e color hex is 0.67, 0.76, 0.00, 0.44. Web safe color of #2f228e is #333399. Color #2f228e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00100010 10001110
Octal 57 42 216
Decimal 47 34 142
Hex 2F 22 8E

RGB Percentages of Color #2f228e

%21.08
%15.25
%63.68

CMYK Percentages of Color #2f228e

%67
%76
%0
%44

Triadic Colors of #2f228e

#2f228e #8e2f22 #228e2f

Analogous Colors of #2f228e

#2f228e #65228e #224b8e

Monochromatic Colors of #2f228e

#2f228e

Complementary Color

#2f228e #818e22

#2f228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f228e Color CSS Codes

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

#2f228e Text Font Color

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

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


#2f228e Background Color

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

This div background color is #2f228e


#2f228e Border Color

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

This div border color is #2f228e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,34,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f228e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f228e;
  -webkit-box-shadow: 1px 1px 3px 2px #2f228e;
  box-shadow:         1px 1px 3px 2px #2f228e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f228e


Comments

No comments written yet.

Please login to write comment.