Color Hex Logo

#4768fd Color Hex

#4768FD
(71,104,253)
0 Favorites   0 Comments

Color spaces of #4768fd

RGB 71104253
HSL0.640.980.64
HSV229°72°99°
CMYK 0.720.590.00   0.01
XYZ25.278518.332195.1346
Yxy18.33210.18220.1321
Hunter Lab42.816030.4581-101.7676
CIE-Lab49.896537.5080-77.5861

#4768fd color RGB value is (71,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 11111101
Octal 107 150 375
Decimal 71 104 253
Hex 47 68 FD

RGB Percentages of Color #4768fd

%16.59
%24.30
%59.11

CMYK Percentages of Color #4768fd

%72
%59
%0
%1

Triadic Colors of #4768fd

#4768fd #fd4768 #68fd47

Analogous Colors of #4768fd

#4768fd #8147fd #47c3fd

Monochromatic Colors of #4768fd

#4768fd

Complementary Color

#4768fd #fddc47

#4768fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4768fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4768fd Color CSS Codes

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

#4768fd Text Font Color

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

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


#4768fd Background Color

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

This div background color is #4768fd


#4768fd Border Color

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

This div border color is #4768fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4768fd

Related Colors


Comments

No comments written yet.

Please login to write comment.