Color Hex Logo

#442efd Color Hex

#442EFD
(68,46,253)
0 Favorites   0 Comments

Color spaces of #442efd

RGB 6846253
HSL0.680.980.59
HSV246°82°99°
CMYK 0.730.820.00   0.01
XYZ21.090510.274893.8001
Yxy10.27480.16850.0821
Hunter Lab32.054361.3510-151.0614
CIE-Lab38.331268.5188-96.6280

#442efd color RGB value is (68,46,253).

#442efd hex color red value is 68, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #442efd hue: 0.68 , saturation: 0.98 and the lightness value of 442efd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 11111101
Octal 104 56 375
Decimal 68 46 253
Hex 44 2E FD

RGB Percentages of Color #442efd

%18.53
%12.53
%68.94

CMYK Percentages of Color #442efd

%73
%82
%0
%1

Triadic Colors of #442efd

#442efd #fd442e #2efd44

Analogous Colors of #442efd

#442efd #ac2efd #2e80fd

Monochromatic Colors of #442efd

#442efd

Complementary Color

#442efd #e7fd2e

#442efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#442efd Color CSS Codes

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

#442efd Text Font Color

<p style="color:#442efd">Text here</p>

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


#442efd Background Color

<div style="background-color:#442efd">
Div content here</div>

This div background color is #442efd


#442efd Border Color

<div style="border:3px solid #442efd">
Div here</div>

This div border color is #442efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,46,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #442efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #442efd;
  -webkit-box-shadow: 1px 1px 3px 2px #442efd;
  box-shadow:         1px 1px 3px 2px #442efd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442efd


Comments

No comments written yet.

Please login to write comment.