Color Hex Logo

#4509dd Color Hex

#4509DD
(69,9,221)
0 Favorites   0 Comments

Color spaces of #4509dd

RGB 699221
HSL0.710.920.45
HSV257°96°87°
CMYK 0.690.960.00   0.13
XYZ15.60316.681068.8738
Yxy6.68100.17120.0733
Hunter Lab25.847662.5194-139.8913
CIE-Lab31.069470.8900-90.5292

#4509dd color RGB value is (69,9,221).

#4509dd hex color red value is 69, green value is 9 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4509dd hue: 0.71 , saturation: 0.92 and the lightness value of 4509dd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00001001 11011101
Octal 105 11 335
Decimal 69 9 221
Hex 45 9 DD

RGB Percentages of Color #4509dd

%23.08
%3.01
%73.91

CMYK Percentages of Color #4509dd

%69
%96
%0
%13

Triadic Colors of #4509dd

#4509dd #dd4509 #09dd45

Analogous Colors of #4509dd

#4509dd #af09dd #0937dd

Monochromatic Colors of #4509dd

#4509dd

Complementary Color

#4509dd #a1dd09

#4509dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4509dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4509dd Color CSS Codes

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

#4509dd Text Font Color

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

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


#4509dd Background Color

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

This div background color is #4509dd


#4509dd Border Color

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

This div border color is #4509dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,9,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 #4509dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4509dd


Comments

No comments written yet.

Please login to write comment.