Color Hex Logo

#451ddc Color Hex

#451DDC
(69,29,220)
0 Favorites   0 Comments

Color spaces of #451ddc

RGB 6929220
HSL0.700.770.49
HSV253°87°86°
CMYK 0.690.870.00   0.14
XYZ15.81197.311268.2880
Yxy7.31120.17300.0800
Hunter Lab27.039257.0639-130.8104
CIE-Lab32.505165.9173-87.5656

#451ddc color RGB value is (69,29,220).

#451ddc hex color red value is 69, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #451ddc hue: 0.70 , saturation: 0.77 and the lightness value of 451ddc is 0.49.

The process color (four color CMYK) of #451ddc color hex is 0.69, 0.87, 0.00, 0.14. Web safe color of #451ddc is #3333cc. Color #451ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00011101 11011100
Octal 105 35 334
Decimal 69 29 220
Hex 45 1D DC

RGB Percentages of Color #451ddc

%21.70
%9.12
%69.18

CMYK Percentages of Color #451ddc

%69
%87
%0
%14

Triadic Colors of #451ddc

#451ddc #dc451d #1ddc45

Analogous Colors of #451ddc

#451ddc #a51ddc #1d55dc

Monochromatic Colors of #451ddc

#451ddc

Complementary Color

#451ddc #b4dc1d

#451ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#451ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#451ddc Color CSS Codes

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

#451ddc Text Font Color

<p style="color:#451ddc">Text here</p>

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


#451ddc Background Color

<div style="background-color:#451ddc">
Div content here</div>

This div background color is #451ddc


#451ddc Border Color

<div style="border:3px solid #451ddc">
Div here</div>

This div border color is #451ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,29,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #451ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #451ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #451ddc;
  box-shadow:         1px 1px 3px 2px #451ddc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #451ddc


Comments

No comments written yet.

Please login to write comment.