Color Hex Logo

#4755fa Color Hex

#4755FA
(71,85,250)
0 Favorites   0 Comments

Color spaces of #4755fa

RGB 7185250
HSL0.650.950.63
HSV235°72°98°
CMYK 0.720.660.00   0.02
XYZ23.102414.738792.0697
Yxy14.73870.17780.1135
Hunter Lab38.391040.2309-115.3161
CIE-Lab45.274247.9265-83.4798

#4755fa color RGB value is (71,85,250).

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

The process color (four color CMYK) of #4755fa color hex is 0.72, 0.66, 0.00, 0.02. Web safe color of #4755fa is #3366ff. Color #4755fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 11111010
Octal 107 125 372
Decimal 71 85 250
Hex 47 55 FA

RGB Percentages of Color #4755fa

%17.49
%20.94
%61.58

CMYK Percentages of Color #4755fa

%72
%66
%0
%2

Triadic Colors of #4755fa

#4755fa #fa4755 #55fa47

Analogous Colors of #4755fa

#4755fa #9347fa #47affa

Monochromatic Colors of #4755fa

#4755fa

Complementary Color

#4755fa #faec47

#4755fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4755fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4755fa Color CSS Codes

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

#4755fa Text Font Color

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

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


#4755fa Background Color

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

This div background color is #4755fa


#4755fa Border Color

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

This div border color is #4755fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4755fa


Comments

No comments written yet.

Please login to write comment.