Color Hex Logo

#2f28af Color Hex

#2F28AF
(47,40,175)
0 Favorites   0 Comments

Color spaces of #2f28af

RGB 4740175
HSL0.680.630.42
HSV243°77°69°
CMYK 0.730.770.00   0.31
XYZ9.66895.217141.0548
Yxy5.21710.17280.0933
Hunter Lab22.841035.5898-90.5803
CIE-Lab27.344546.5784-69.7559

#2f28af color RGB value is (47,40,175).

#2f28af hex color red value is 47, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2f28af hue: 0.68 , saturation: 0.63 and the lightness value of 2f28af is 0.42.

The process color (four color CMYK) of #2f28af color hex is 0.73, 0.77, 0.00, 0.31. Web safe color of #2f28af is #333399. Color #2f28af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00101000 10101111
Octal 57 50 257
Decimal 47 40 175
Hex 2F 28 AF

RGB Percentages of Color #2f28af

%17.94
%15.27
%66.79

CMYK Percentages of Color #2f28af

%73
%77
%0
%31

Triadic Colors of #2f28af

#2f28af #af2f28 #28af2f

Analogous Colors of #2f28af

#2f28af #7328af #2865af

Monochromatic Colors of #2f28af

#2f28af

Complementary Color

#2f28af #a8af28

#2f28af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f28af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f28af Color CSS Codes

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

#2f28af Text Font Color

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

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


#2f28af Background Color

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

This div background color is #2f28af


#2f28af Border Color

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

This div border color is #2f28af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f28af


Comments

No comments written yet.

Please login to write comment.