Color Hex Logo

#4021cd Color Hex

#4021CD
(64,33,205)
0 Favorites   0 Comments

Color spaces of #4021cd

RGB 6433205
HSL0.700.720.47
HSV251°84°80°
CMYK 0.690.840.00   0.20
XYZ13.67776.585558.3078
Yxy6.58550.17410.0838
Hunter Lab25.662250.2297-116.7507
CIE-Lab30.844060.1023-81.6467

#4021cd color RGB value is (64,33,205).

#4021cd hex color red value is 64, green value is 33 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4021cd hue: 0.70 , saturation: 0.72 and the lightness value of 4021cd is 0.47.

The process color (four color CMYK) of #4021cd color hex is 0.69, 0.84, 0.00, 0.20. Web safe color of #4021cd is #3333cc. Color #4021cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100001 11001101
Octal 100 41 315
Decimal 64 33 205
Hex 40 21 CD

RGB Percentages of Color #4021cd

%21.19
%10.93
%67.88

CMYK Percentages of Color #4021cd

%69
%84
%0
%20

Triadic Colors of #4021cd

#4021cd #cd4021 #21cd40

Analogous Colors of #4021cd

#4021cd #9621cd #2158cd

Monochromatic Colors of #4021cd

#4021cd

Complementary Color

#4021cd #aecd21

#4021cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4021cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4021cd Color CSS Codes

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

#4021cd Text Font Color

<p style="color:#4021cd">Text here</p>

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


#4021cd Background Color

<div style="background-color:#4021cd">
Div content here</div>

This div background color is #4021cd


#4021cd Border Color

<div style="border:3px solid #4021cd">
Div here</div>

This div border color is #4021cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,33,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4021cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4021cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4021cd;
  box-shadow:         1px 1px 3px 2px #4021cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4021cd


Comments

No comments written yet.

Please login to write comment.