Color Hex Logo

#422efc Color Hex

#422EFC
(66,46,252)
0 Favorites   0 Comments

Color spaces of #422efc

RGB 6646252
HSL0.680.970.58
HSV246°82°99°
CMYK 0.740.820.00   0.01
XYZ20.794410.140592.9568
Yxy10.14050.16780.0818
Hunter Lab31.844260.8342-150.7835
CIE-Lab38.093468.1203-96.4659

#422efc color RGB value is (66,46,252).

#422efc hex color red value is 66, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #422efc hue: 0.68 , saturation: 0.97 and the lightness value of 422efc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101110 11111100
Octal 102 56 374
Decimal 66 46 252
Hex 42 2E FC

RGB Percentages of Color #422efc

%18.13
%12.64
%69.23

CMYK Percentages of Color #422efc

%74
%82
%0
%1

Triadic Colors of #422efc

#422efc #fc422e #2efc42

Analogous Colors of #422efc

#422efc #a92efc #2e81fc

Monochromatic Colors of #422efc

#422efc

Complementary Color

#422efc #e8fc2e

#422efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#422efc Color CSS Codes

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

#422efc Text Font Color

<p style="color:#422efc">Text here</p>

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


#422efc Background Color

<div style="background-color:#422efc">
Div content here</div>

This div background color is #422efc


#422efc Border Color

<div style="border:3px solid #422efc">
Div here</div>

This div border color is #422efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,46,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422efc;
  -webkit-box-shadow: 1px 1px 3px 2px #422efc;
  box-shadow:         1px 1px 3px 2px #422efc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422efc

Related Colors


Comments

No comments written yet.

Please login to write comment.