Color Hex Logo

#4c1afd Color Hex

#4C1AFD
(76,26,253)
0 Favorites   0 Comments

Color spaces of #4c1afd

RGB 7626253
HSL0.700.980.55
HSV253°90°99°
CMYK 0.700.900.00   0.01
XYZ21.07959.367193.6255
Yxy9.36710.16990.0755
Hunter Lab30.605769.3808-159.9492
CIE-Lab36.681775.5760-99.3538

#4c1afd color RGB value is (76,26,253).

#4c1afd hex color red value is 76, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4c1afd hue: 0.70 , saturation: 0.98 and the lightness value of 4c1afd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011010 11111101
Octal 114 32 375
Decimal 76 26 253
Hex 4C 1A FD

RGB Percentages of Color #4c1afd

%21.41
%7.32
%71.27

CMYK Percentages of Color #4c1afd

%70
%90
%0
%1

Triadic Colors of #4c1afd

#4c1afd #fd4c1a #1afd4c

Analogous Colors of #4c1afd

#4c1afd #be1afd #1a5afd

Monochromatic Colors of #4c1afd

#4c1afd

Complementary Color

#4c1afd #cbfd1a

#4c1afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1afd Color CSS Codes

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

#4c1afd Text Font Color

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

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


#4c1afd Background Color

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

This div background color is #4c1afd


#4c1afd Border Color

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

This div border color is #4c1afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1afd

Related Colors


Comments

No comments written yet.

Please login to write comment.