Color Hex Logo

#441ffc Color Hex

#441FFC
(68,31,252)
0 Favorites   0 Comments

Color spaces of #441ffc

RGB 6831252
HSL0.690.970.55
HSV250°88°99°
CMYK 0.730.880.00   0.01
XYZ20.44469.237292.8009
Yxy9.23720.16690.0754
Hunter Lab30.392866.8860-159.7604
CIE-Lab36.437073.5610-99.2156

#441ffc color RGB value is (68,31,252).

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

The process color (four color CMYK) of #441ffc color hex is 0.73, 0.88, 0.00, 0.01. Web safe color of #441ffc is #3333ff. Color #441ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011111 11111100
Octal 104 37 374
Decimal 68 31 252
Hex 44 1F FC

RGB Percentages of Color #441ffc

%19.37
%8.83
%71.79

CMYK Percentages of Color #441ffc

%73
%88
%0
%1

Triadic Colors of #441ffc

#441ffc #fc441f #1ffc44

Analogous Colors of #441ffc

#441ffc #b31ffc #1f69fc

Monochromatic Colors of #441ffc

#441ffc

Complementary Color

#441ffc #d7fc1f

#441ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#441ffc Color CSS Codes

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

#441ffc Text Font Color

<p style="color:#441ffc">Text here</p>

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


#441ffc Background Color

<div style="background-color:#441ffc">
Div content here</div>

This div background color is #441ffc


#441ffc Border Color

<div style="border:3px solid #441ffc">
Div here</div>

This div border color is #441ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,31,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #441ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #441ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #441ffc;
  box-shadow:         1px 1px 3px 2px #441ffc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,31,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 #441ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.