Color Hex Logo

#4755fd Color Hex

#4755FD
(71,85,253)
0 Favorites   0 Comments

Color spaces of #4755fd

RGB 7185253
HSL0.650.980.64
HSV235°72°99°
CMYK 0.720.660.00   0.01
XYZ23.576714.928494.5674
Yxy14.92840.17720.1122
Hunter Lab38.637341.3065-118.0702
CIE-Lab45.536048.9192-84.7234

#4755fd color RGB value is (71,85,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 11111101
Octal 107 125 375
Decimal 71 85 253
Hex 47 55 FD

RGB Percentages of Color #4755fd

%17.36
%20.78
%61.86

CMYK Percentages of Color #4755fd

%72
%66
%0
%1

Triadic Colors of #4755fd

#4755fd #fd4755 #55fd47

Analogous Colors of #4755fd

#4755fd #9447fd #47b0fd

Monochromatic Colors of #4755fd

#4755fd

Complementary Color

#4755fd #fdef47

#4755fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4755fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4755fd Color CSS Codes

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

#4755fd Text Font Color

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

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


#4755fd Background Color

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

This div background color is #4755fd


#4755fd Border Color

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

This div border color is #4755fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4755fd


Comments

No comments written yet.

Please login to write comment.