Color Hex Logo

#4754ce Color Hex

#4754CE
(71,84,206)
0 Favorites   0 Comments

Color spaces of #4754ce

RGB 7184206
HSL0.650.580.54
HSV234°66°81°
CMYK 0.660.590.00   0.19
XYZ16.909412.136559.8439
Yxy12.13650.19020.1365
Hunter Lab34.837525.6747-77.4623
CIE-Lab41.432233.6588-64.8050

#4754ce color RGB value is (71,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 11001110
Octal 107 124 316
Decimal 71 84 206
Hex 47 54 CE

RGB Percentages of Color #4754ce

%19.67
%23.27
%57.06

CMYK Percentages of Color #4754ce

%66
%59
%0
%19

Triadic Colors of #4754ce

#4754ce #ce4754 #54ce47

Analogous Colors of #4754ce

#4754ce #7e47ce #4798ce

Monochromatic Colors of #4754ce

#4754ce

Complementary Color

#4754ce #cec147

#4754ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4754ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4754ce Color CSS Codes

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

#4754ce Text Font Color

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

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


#4754ce Background Color

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

This div background color is #4754ce


#4754ce Border Color

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

This div border color is #4754ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4754ce


Comments

No comments written yet.

Please login to write comment.