Color Hex Logo

#4854ce Color Hex

#4854CE
(72,84,206)
0 Favorites   0 Comments

Color spaces of #4854ce

RGB 7284206
HSL0.650.580.55
HSV235°65°81°
CMYK 0.650.590.00   0.19
XYZ16.983412.174659.8473
Yxy12.17460.19080.1368
Hunter Lab34.892125.8219-77.2703
CIE-Lab41.492333.8097-64.7046

#4854ce color RGB value is (72,84,206).

#4854ce hex color red value is 72, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4854ce hue: 0.65 , saturation: 0.58 and the lightness value of 4854ce is 0.55.

The process color (four color CMYK) of #4854ce color hex is 0.65, 0.59, 0.00, 0.19. Web safe color of #4854ce is #3366cc. Color #4854ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010100 11001110
Octal 110 124 316
Decimal 72 84 206
Hex 48 54 CE

RGB Percentages of Color #4854ce

%19.89
%23.20
%56.91

CMYK Percentages of Color #4854ce

%65
%59
%0
%19

Triadic Colors of #4854ce

#4854ce #ce4854 #54ce48

Analogous Colors of #4854ce

#4854ce #7f48ce #4897ce

Monochromatic Colors of #4854ce

#4854ce

Complementary Color

#4854ce #cec248

#4854ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4854ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4854ce Color CSS Codes

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

#4854ce Text Font Color

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

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


#4854ce Background Color

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

This div background color is #4854ce


#4854ce Border Color

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

This div border color is #4854ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,84,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 #4854ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4854ce


Comments

No comments written yet.

Please login to write comment.