Color Hex Logo

#4c34fa Color Hex

#4C34FA
(76,52,250)
0 Favorites   0 Comments

Color spaces of #4c34fa

RGB 7652250
HSL0.690.950.59
HSV247°79°98°
CMYK 0.700.790.00   0.02
XYZ21.463810.894691.4141
Yxy10.89460.17340.0880
Hunter Lab33.007058.3129-141.1011
CIE-Lab39.402465.6771-93.1537

#4c34fa color RGB value is (76,52,250).

#4c34fa hex color red value is 76, green value is 52 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4c34fa hue: 0.69 , saturation: 0.95 and the lightness value of 4c34fa is 0.59.

The process color (four color CMYK) of #4c34fa color hex is 0.70, 0.79, 0.00, 0.02. Web safe color of #4c34fa is #3333ff. Color #4c34fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110100 11111010
Octal 114 64 372
Decimal 76 52 250
Hex 4C 34 FA

RGB Percentages of Color #4c34fa

%20.11
%13.76
%66.14

CMYK Percentages of Color #4c34fa

%70
%79
%0
%2

Triadic Colors of #4c34fa

#4c34fa #fa4c34 #34fa4c

Analogous Colors of #4c34fa

#4c34fa #af34fa #347ffa

Monochromatic Colors of #4c34fa

#4c34fa

Complementary Color

#4c34fa #e2fa34

#4c34fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c34fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c34fa Color CSS Codes

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

#4c34fa Text Font Color

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

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


#4c34fa Background Color

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

This div background color is #4c34fa


#4c34fa Border Color

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

This div border color is #4c34fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,52,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c34fa


Comments

No comments written yet.

Please login to write comment.