Color Hex Logo

#4d21ee Color Hex

#4D21EE
(77,33,238)
0 Favorites   0 Comments

Color spaces of #4d21ee

RGB 7733238
HSL0.700.860.53
HSV253°86°93°
CMYK 0.680.860.00   0.07
XYZ19.03708.838581.5916
Yxy8.83850.17390.0807
Hunter Lab29.729662.2735-141.9080
CIE-Lab35.671569.8214-92.5709

#4d21ee color RGB value is (77,33,238).

#4d21ee hex color red value is 77, green value is 33 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4d21ee hue: 0.70 , saturation: 0.86 and the lightness value of 4d21ee is 0.53.

The process color (four color CMYK) of #4d21ee color hex is 0.68, 0.86, 0.00, 0.07. Web safe color of #4d21ee is #6633ff. Color #4d21ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100001 11101110
Octal 115 41 356
Decimal 77 33 238
Hex 4D 21 EE

RGB Percentages of Color #4d21ee

%22.13
%9.48
%68.39

CMYK Percentages of Color #4d21ee

%68
%86
%0
%7

Triadic Colors of #4d21ee

#4d21ee #ee4d21 #21ee4d

Analogous Colors of #4d21ee

#4d21ee #b421ee #215bee

Monochromatic Colors of #4d21ee

#4d21ee

Complementary Color

#4d21ee #c2ee21

#4d21ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d21ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d21ee Color CSS Codes

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

#4d21ee Text Font Color

<p style="color:#4d21ee">Text here</p>

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


#4d21ee Background Color

<div style="background-color:#4d21ee">
Div content here</div>

This div background color is #4d21ee


#4d21ee Border Color

<div style="border:3px solid #4d21ee">
Div here</div>

This div border color is #4d21ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,33,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d21ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d21ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4d21ee;
  box-shadow:         1px 1px 3px 2px #4d21ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d21ee


Comments

No comments written yet.

Please login to write comment.