Color Hex Logo

#422dca Color Hex

#422DCA
(66,45,202)
0 Favorites   0 Comments

Color spaces of #422dca

RGB 6645202
HSL0.690.640.48
HSV248°78°79°
CMYK 0.670.780.00   0.21
XYZ13.84587.299356.5563
Yxy7.29930.17820.0939
Hunter Lab27.017244.1977-105.2023
CIE-Lab32.478854.1250-77.1854

#422dca color RGB value is (66,45,202).

#422dca hex color red value is 66, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #422dca hue: 0.69 , saturation: 0.64 and the lightness value of 422dca is 0.48.

The process color (four color CMYK) of #422dca color hex is 0.67, 0.78, 0.00, 0.21. Web safe color of #422dca is #3333cc. Color #422dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101101 11001010
Octal 102 55 312
Decimal 66 45 202
Hex 42 2D CA

RGB Percentages of Color #422dca

%21.09
%14.38
%64.54

CMYK Percentages of Color #422dca

%67
%78
%0
%21

Triadic Colors of #422dca

#422dca #ca422d #2dca42

Analogous Colors of #422dca

#422dca #912dca #2d67ca

Monochromatic Colors of #422dca

#422dca

Complementary Color

#422dca #b5ca2d

#422dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#422dca Color CSS Codes

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

#422dca Text Font Color

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

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


#422dca Background Color

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

This div background color is #422dca


#422dca Border Color

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

This div border color is #422dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,45,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422dca


Comments

No comments written yet.

Please login to write comment.