Color Hex Logo

#4745ff Color Hex

#4745FF
(71,69,255)
0 Favorites   0 Comments

Color spaces of #4745ff

RGB 7169255
HSL0.671.000.64
HSV241°73°100°
CMYK 0.720.730.00   0.00
XYZ22.776712.815895.8810
Yxy12.81580.17320.0975
Hunter Lab35.799250.9195-133.7372
CIE-Lab42.484458.4783-90.8643

#4745ff color RGB value is (71,69,255).

#4745ff hex color red value is 71, green value is 69 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4745ff hue: 0.67 , saturation: 1.00 and the lightness value of 4745ff is 0.64.

The process color (four color CMYK) of #4745ff color hex is 0.72, 0.73, 0.00, 0.00. Web safe color of #4745ff is #3333ff. Color #4745ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000101 11111111
Octal 107 105 377
Decimal 71 69 255
Hex 47 45 FF

RGB Percentages of Color #4745ff

%17.97
%17.47
%64.56

CMYK Percentages of Color #4745ff

%72
%73
%0
%0

Triadic Colors of #4745ff

#4745ff #ff4745 #45ff47

Analogous Colors of #4745ff

#4745ff #a445ff #45a0ff

Monochromatic Colors of #4745ff

#4745ff

Complementary Color

#4745ff #fdff45

#4745ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4745ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4745ff Color CSS Codes

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

#4745ff Text Font Color

<p style="color:#4745ff">Text here</p>

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


#4745ff Background Color

<div style="background-color:#4745ff">
Div content here</div>

This div background color is #4745ff


#4745ff Border Color

<div style="border:3px solid #4745ff">
Div here</div>

This div border color is #4745ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,69,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4745ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4745ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4745ff;
  box-shadow:         1px 1px 3px 2px #4745ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4745ff

Related Colors


Comments

No comments written yet.

Please login to write comment.