Color Hex Logo

#401cfc Color Hex

#401CFC
(64,28,252)
0 Favorites   0 Comments

Color spaces of #401cfc

RGB 6428252
HSL0.690.970.55
HSV250°89°99°
CMYK 0.750.890.00   0.01
XYZ20.10038.948892.7633
Yxy8.94880.16500.0735
Hunter Lab29.914567.5880-162.9147
CIE-Lab35.885574.2469-100.1409

#401cfc color RGB value is (64,28,252).

#401cfc hex color red value is 64, green value is 28 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #401cfc hue: 0.69 , saturation: 0.97 and the lightness value of 401cfc is 0.55.

The process color (four color CMYK) of #401cfc color hex is 0.75, 0.89, 0.00, 0.01. Web safe color of #401cfc is #3333ff. Color #401cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011100 11111100
Octal 100 34 374
Decimal 64 28 252
Hex 40 1C FC

RGB Percentages of Color #401cfc

%18.60
%8.14
%73.26

CMYK Percentages of Color #401cfc

%75
%89
%0
%1

Triadic Colors of #401cfc

#401cfc #fc401c #1cfc40

Analogous Colors of #401cfc

#401cfc #b01cfc #1c68fc

Monochromatic Colors of #401cfc

#401cfc

Complementary Color

#401cfc #d8fc1c

#401cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#401cfc Color CSS Codes

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

#401cfc Text Font Color

<p style="color:#401cfc">Text here</p>

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


#401cfc Background Color

<div style="background-color:#401cfc">
Div content here</div>

This div background color is #401cfc


#401cfc Border Color

<div style="border:3px solid #401cfc">
Div here</div>

This div border color is #401cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,28,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #401cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #401cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #401cfc;
  box-shadow:         1px 1px 3px 2px #401cfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,28,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.