Color Hex Logo

#2f194d Color Hex

#2F194D
(47,25,77)
0 Favorites   0 Comments

Color spaces of #2f194d

RGB 472577
HSL0.740.510.20
HSV265°68°30°
CMYK 0.390.680.00   0.70
XYZ2.85951.83547.2247
Yxy1.83540.23990.1540
Hunter Lab13.547713.9674-22.1347
CIE-Lab14.598623.6179-28.2124

#2f194d color RGB value is (47,25,77).

#2f194d hex color red value is 47, green value is 25 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2f194d hue: 0.74 , saturation: 0.51 and the lightness value of 2f194d is 0.20.

The process color (four color CMYK) of #2f194d color hex is 0.39, 0.68, 0.00, 0.70. Web safe color of #2f194d is #330066. Color #2f194d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00011001 01001101
Octal 57 31 115
Decimal 47 25 77
Hex 2F 19 4D

RGB Percentages of Color #2f194d

%31.54
%16.78
%51.68

CMYK Percentages of Color #2f194d

%39
%68
%0
%70

Triadic Colors of #2f194d

#2f194d #4d2f19 #194d2f

Analogous Colors of #2f194d

#2f194d #49194d #191d4d

Monochromatic Colors of #2f194d

#2f194d

Complementary Color

#2f194d #374d19

#2f194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f194d Color CSS Codes

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

#2f194d Text Font Color

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

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


#2f194d Background Color

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

This div background color is #2f194d


#2f194d Border Color

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

This div border color is #2f194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f194d


Comments

No comments written yet.

Please login to write comment.