Color Hex Logo

#4f3cdc Color Hex

#4F3CDC
(79,60,220)
0 Favorites   0 Comments

Color spaces of #4f3cdc

RGB 7960220
HSL0.690.700.55
HSV247°73°86°
CMYK 0.640.730.00   0.14
XYZ17.758610.061368.7162
Yxy10.06130.18400.1042
Hunter Lab31.719644.4263-106.2402
CIE-Lab37.952253.2898-78.5311

#4f3cdc color RGB value is (79,60,220).

#4f3cdc hex color red value is 79, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4f3cdc hue: 0.69 , saturation: 0.70 and the lightness value of 4f3cdc is 0.55.

The process color (four color CMYK) of #4f3cdc color hex is 0.64, 0.73, 0.00, 0.14. Web safe color of #4f3cdc is #6633cc. Color #4f3cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00111100 11011100
Octal 117 74 334
Decimal 79 60 220
Hex 4F 3C DC

RGB Percentages of Color #4f3cdc

%22.01
%16.71
%61.28

CMYK Percentages of Color #4f3cdc

%64
%73
%0
%14

Triadic Colors of #4f3cdc

#4f3cdc #dc4f3c #3cdc4f

Analogous Colors of #4f3cdc

#4f3cdc #9f3cdc #3c79dc

Monochromatic Colors of #4f3cdc

#4f3cdc

Complementary Color

#4f3cdc #c9dc3c

#4f3cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f3cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f3cdc Color CSS Codes

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

#4f3cdc Text Font Color

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

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


#4f3cdc Background Color

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

This div background color is #4f3cdc


#4f3cdc Border Color

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

This div border color is #4f3cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f3cdc


Comments

No comments written yet.

Please login to write comment.