Color Hex Logo

#4755e2 Color Hex

#4755E2
(71,85,226)
0 Favorites   0 Comments

Color spaces of #4755e2

RGB 7185226
HSL0.650.730.58
HSV235°69°89°
CMYK 0.690.620.00   0.11
XYZ19.574513.327673.4923
Yxy13.32760.18400.1253
Hunter Lab36.507031.8218-93.8020
CIE-Lab43.252839.8711-73.2782

#4755e2 color RGB value is (71,85,226).

#4755e2 hex color red value is 71, green value is 85 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #4755e2 hue: 0.65 , saturation: 0.73 and the lightness value of 4755e2 is 0.58.

The process color (four color CMYK) of #4755e2 color hex is 0.69, 0.62, 0.00, 0.11. Web safe color of #4755e2 is #3366cc. Color #4755e2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 11100010
Octal 107 125 342
Decimal 71 85 226
Hex 47 55 E2

RGB Percentages of Color #4755e2

%18.59
%22.25
%59.16

CMYK Percentages of Color #4755e2

%69
%62
%0
%11

Triadic Colors of #4755e2

#4755e2 #e24755 #55e247

Analogous Colors of #4755e2

#4755e2 #8747e2 #47a3e2

Monochromatic Colors of #4755e2

#4755e2

Complementary Color

#4755e2 #e2d447

#4755e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4755e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4755e2 Color CSS Codes

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

#4755e2 Text Font Color

<p style="color:#4755e2">Text here</p>

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


#4755e2 Background Color

<div style="background-color:#4755e2">
Div content here</div>

This div background color is #4755e2


#4755e2 Border Color

<div style="border:3px solid #4755e2">
Div here</div>

This div border color is #4755e2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,85,226, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4755e2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4755e2;
  -webkit-box-shadow: 1px 1px 3px 2px #4755e2;
  box-shadow:         1px 1px 3px 2px #4755e2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,85,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4755e2


Comments

No comments written yet.

Please login to write comment.