Color Hex Logo

#4584ce Color Hex

#4584CE
(69,132,206)
0 Favorites   0 Comments

Color spaces of #4584ce

RGB 69132206
HSL0.590.580.54
HSV212°67°81°
CMYK 0.670.360.00   0.19
XYZ21.846122.224061.5308
Yxy22.22400.20690.2105
Hunter Lab47.14230.2191-44.3865
CIE-Lab54.26393.4160-44.2066

#4584ce color RGB value is (69,132,206).

#4584ce hex color red value is 69, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4584ce hue: 0.59 , saturation: 0.58 and the lightness value of 4584ce is 0.54.

The process color (four color CMYK) of #4584ce color hex is 0.67, 0.36, 0.00, 0.19. Web safe color of #4584ce is #3399cc. Color #4584ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10000100 11001110
Octal 105 204 316
Decimal 69 132 206
Hex 45 84 CE

RGB Percentages of Color #4584ce

%16.95
%32.43
%50.61

CMYK Percentages of Color #4584ce

%67
%36
%0
%19

Triadic Colors of #4584ce

#4584ce #ce4584 #84ce45

Analogous Colors of #4584ce

#4584ce #4a45ce #45c9ce

Monochromatic Colors of #4584ce

#4584ce

Complementary Color

#4584ce #ce8f45

#4584ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4584ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4584ce Color CSS Codes

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

#4584ce Text Font Color

<p style="color:#4584ce">Text here</p>

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


#4584ce Background Color

<div style="background-color:#4584ce">
Div content here</div>

This div background color is #4584ce


#4584ce Border Color

<div style="border:3px solid #4584ce">
Div here</div>

This div border color is #4584ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,132,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4584ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4584ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4584ce;
  box-shadow:         1px 1px 3px 2px #4584ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4584ce


Comments

No comments written yet.

Please login to write comment.