Color Hex Logo

#4f21cf Color Hex

#4F21CF
(79,33,207)
0 Favorites   0 Comments

Color spaces of #4f21cf

RGB 7933207
HSL0.710.730.47
HSV256°84°81°
CMYK 0.620.840.00   0.19
XYZ15.03087.255059.6396
Yxy7.25500.18350.0886
Hunter Lab26.935152.4733-112.4251
CIE-Lab32.380561.8495-80.2248

#4f21cf color RGB value is (79,33,207).

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

The process color (four color CMYK) of #4f21cf color hex is 0.62, 0.84, 0.00, 0.19. Web safe color of #4f21cf is #6633cc. Color #4f21cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00100001 11001111
Octal 117 41 317
Decimal 79 33 207
Hex 4F 21 CF

RGB Percentages of Color #4f21cf

%24.76
%10.34
%64.89

CMYK Percentages of Color #4f21cf

%62
%84
%0
%19

Triadic Colors of #4f21cf

#4f21cf #cf4f21 #21cf4f

Analogous Colors of #4f21cf

#4f21cf #a621cf #214acf

Monochromatic Colors of #4f21cf

#4f21cf

Complementary Color

#4f21cf #a1cf21

#4f21cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f21cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f21cf Color CSS Codes

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

#4f21cf Text Font Color

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

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


#4f21cf Background Color

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

This div background color is #4f21cf


#4f21cf Border Color

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

This div border color is #4f21cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f21cf


Comments

No comments written yet.

Please login to write comment.