Color Hex Logo

#4521dd Color Hex

#4521DD
(69,33,221)
0 Favorites   0 Comments

Color spaces of #4521dd

RGB 6933221
HSL0.700.740.50
HSV251°85°87°
CMYK 0.690.850.00   0.13
XYZ16.04927.573469.0225
Yxy7.57340.17320.0817
Hunter Lab27.519855.9392-129.4415
CIE-Lab33.078264.8161-87.1892

#4521dd color RGB value is (69,33,221).

#4521dd hex color red value is 69, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4521dd hue: 0.70 , saturation: 0.74 and the lightness value of 4521dd is 0.50.

The process color (four color CMYK) of #4521dd color hex is 0.69, 0.85, 0.00, 0.13. Web safe color of #4521dd is #3333cc. Color #4521dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00100001 11011101
Octal 105 41 335
Decimal 69 33 221
Hex 45 21 DD

RGB Percentages of Color #4521dd

%21.36
%10.22
%68.42

CMYK Percentages of Color #4521dd

%69
%85
%0
%13

Triadic Colors of #4521dd

#4521dd #dd4521 #21dd45

Analogous Colors of #4521dd

#4521dd #a321dd #215bdd

Monochromatic Colors of #4521dd

#4521dd

Complementary Color

#4521dd #b9dd21

#4521dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4521dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4521dd Color CSS Codes

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

#4521dd Text Font Color

<p style="color:#4521dd">Text here</p>

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


#4521dd Background Color

<div style="background-color:#4521dd">
Div content here</div>

This div background color is #4521dd


#4521dd Border Color

<div style="border:3px solid #4521dd">
Div here</div>

This div border color is #4521dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,33,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4521dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4521dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4521dd;
  box-shadow:         1px 1px 3px 2px #4521dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4521dd


Comments

No comments written yet.

Please login to write comment.