Color Hex Logo

#4c2fdc Color Hex

#4C2FDC
(76,47,220)
0 Favorites   0 Comments

Color spaces of #4c2fdc

RGB 7647220
HSL0.690.710.52
HSV250°79°86°
CMYK 0.650.790.00   0.14
XYZ16.91538.736868.5050
Yxy8.73680.17960.0928
Hunter Lab29.558150.4242-116.7223
CIE-Lab35.472559.3800-82.6306

#4c2fdc color RGB value is (76,47,220).

#4c2fdc hex color red value is 76, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4c2fdc hue: 0.69 , saturation: 0.71 and the lightness value of 4c2fdc is 0.52.

The process color (four color CMYK) of #4c2fdc color hex is 0.65, 0.79, 0.00, 0.14. Web safe color of #4c2fdc is #3333cc. Color #4c2fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101111 11011100
Octal 114 57 334
Decimal 76 47 220
Hex 4C 2F DC

RGB Percentages of Color #4c2fdc

%22.16
%13.70
%64.14

CMYK Percentages of Color #4c2fdc

%65
%79
%0
%14

Triadic Colors of #4c2fdc

#4c2fdc #dc4c2f #2fdc4c

Analogous Colors of #4c2fdc

#4c2fdc #a32fdc #2f69dc

Monochromatic Colors of #4c2fdc

#4c2fdc

Complementary Color

#4c2fdc #bfdc2f

#4c2fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2fdc Color CSS Codes

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

#4c2fdc Text Font Color

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

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


#4c2fdc Background Color

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

This div background color is #4c2fdc


#4c2fdc Border Color

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

This div border color is #4c2fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,47,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 #4c2fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2fdc


Comments

No comments written yet.

Please login to write comment.