Color Hex Logo

#4f1ca7 Color Hex

#4F1CA7
(79,28,167)
0 Favorites   0 Comments

Color spaces of #4f1ca7

RGB 7928167
HSL0.730.710.38
HSV262°83°65°
CMYK 0.530.830.00   0.35
XYZ10.61485.282837.0194
Yxy5.28280.20060.0998
Hunter Lab22.984342.2136-79.4055
CIE-Lab27.525753.1732-64.5453

#4f1ca7 color RGB value is (79,28,167).

#4f1ca7 hex color red value is 79, green value is 28 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #4f1ca7 hue: 0.73 , saturation: 0.71 and the lightness value of 4f1ca7 is 0.38.

The process color (four color CMYK) of #4f1ca7 color hex is 0.53, 0.83, 0.00, 0.35. Web safe color of #4f1ca7 is #663399. Color #4f1ca7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00011100 10100111
Octal 117 34 247
Decimal 79 28 167
Hex 4F 1C A7

RGB Percentages of Color #4f1ca7

%28.83
%10.22
%60.95

CMYK Percentages of Color #4f1ca7

%53
%83
%0
%35

Triadic Colors of #4f1ca7

#4f1ca7 #a74f1c #1ca74f

Analogous Colors of #4f1ca7

#4f1ca7 #951ca7 #1c2fa7

Monochromatic Colors of #4f1ca7

#4f1ca7

Complementary Color

#4f1ca7 #74a71c

#4f1ca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f1ca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f1ca7 Color CSS Codes

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

#4f1ca7 Text Font Color

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

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


#4f1ca7 Background Color

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

This div background color is #4f1ca7


#4f1ca7 Border Color

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

This div border color is #4f1ca7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,28,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f1ca7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f1ca7;
  -webkit-box-shadow: 1px 1px 3px 2px #4f1ca7;
  box-shadow:         1px 1px 3px 2px #4f1ca7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,28,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f1ca7


Comments

No comments written yet.

Please login to write comment.