Color Hex Logo

#4755fb Color Hex

#4755FB
(71,85,251)
0 Favorites   0 Comments

Color spaces of #4755fb

RGB 7185251
HSL0.650.960.63
HSV235°72°98°
CMYK 0.720.660.00   0.02
XYZ23.259614.801692.8979
Yxy14.80160.17760.1130
Hunter Lab38.472840.5886-116.2327
CIE-Lab45.361348.2575-83.8951

#4755fb color RGB value is (71,85,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 11111011
Octal 107 125 373
Decimal 71 85 251
Hex 47 55 FB

RGB Percentages of Color #4755fb

%17.44
%20.88
%61.67

CMYK Percentages of Color #4755fb

%72
%66
%0
%2

Triadic Colors of #4755fb

#4755fb #fb4755 #55fb47

Analogous Colors of #4755fb

#4755fb #9347fb #47affb

Monochromatic Colors of #4755fb

#4755fb

Complementary Color

#4755fb #fbed47

#4755fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4755fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4755fb Color CSS Codes

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

#4755fb Text Font Color

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

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


#4755fb Background Color

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

This div background color is #4755fb


#4755fb Border Color

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

This div border color is #4755fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4755fb

Related Colors


Comments

No comments written yet.

Please login to write comment.