Color Hex Logo

#4714be Color Hex

#4714BE
(71,20,190)
0 Favorites   0 Comments

Color spaces of #4714be

RGB 7120190
HSL0.720.810.41
HSV258°89°75°
CMYK 0.630.890.00   0.25
XYZ12.14305.557649.1479
Yxy5.55760.18160.0831
Hunter Lab23.574650.6879-107.1047
CIE-Lab28.267761.0161-77.0951

#4714be color RGB value is (71,20,190).

#4714be hex color red value is 71, green value is 20 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4714be hue: 0.72 , saturation: 0.81 and the lightness value of 4714be is 0.41.

The process color (four color CMYK) of #4714be color hex is 0.63, 0.89, 0.00, 0.25. Web safe color of #4714be is #3300cc. Color #4714be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010100 10111110
Octal 107 24 276
Decimal 71 20 190
Hex 47 14 BE

RGB Percentages of Color #4714be

%25.27
%7.12
%67.62

CMYK Percentages of Color #4714be

%63
%89
%0
%25

Triadic Colors of #4714be

#4714be #be4714 #14be47

Analogous Colors of #4714be

#4714be #9c14be #1436be

Monochromatic Colors of #4714be

#4714be

Complementary Color

#4714be #8bbe14

#4714be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4714be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4714be Color CSS Codes

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

#4714be Text Font Color

<p style="color:#4714be">Text here</p>

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


#4714be Background Color

<div style="background-color:#4714be">
Div content here</div>

This div background color is #4714be


#4714be Border Color

<div style="border:3px solid #4714be">
Div here</div>

This div border color is #4714be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,20,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4714be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4714be;
  -webkit-box-shadow: 1px 1px 3px 2px #4714be;
  box-shadow:         1px 1px 3px 2px #4714be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4714be


Comments

No comments written yet.

Please login to write comment.