Color Hex Logo

#4454ce Color Hex

#4454CE
(68,84,206)
0 Favorites   0 Comments

Color spaces of #4454ce

RGB 6884206
HSL0.650.580.54
HSV233°67°81°
CMYK 0.670.590.00   0.19
XYZ16.694812.025859.8338
Yxy12.02580.18850.1358
Hunter Lab34.678225.2466-78.0242
CIE-Lab41.257133.2191-65.0978

#4454ce color RGB value is (68,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010100 11001110
Octal 104 124 316
Decimal 68 84 206
Hex 44 54 CE

RGB Percentages of Color #4454ce

%18.99
%23.46
%57.54

CMYK Percentages of Color #4454ce

%67
%59
%0
%19

Triadic Colors of #4454ce

#4454ce #ce4454 #54ce44

Analogous Colors of #4454ce

#4454ce #7944ce #4499ce

Monochromatic Colors of #4454ce

#4454ce

Complementary Color

#4454ce #cebe44

#4454ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4454ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4454ce Color CSS Codes

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

#4454ce Text Font Color

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

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


#4454ce Background Color

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

This div background color is #4454ce


#4454ce Border Color

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

This div border color is #4454ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4454ce


Comments

No comments written yet.

Please login to write comment.