Color Hex Logo

#714afa Color Hex

#714AFA
(113,74,250)
0 Favorites   0 Comments

Color spaces of #714afa

RGB 11374250
HSL0.700.950.64
HSV253°70°98°
CMYK 0.550.700.00   0.02
XYZ26.514215.310492.0002
Yxy15.31040.19810.1144
Hunter Lab39.128552.4800-112.0146
CIE-Lab46.056459.2160-82.0835

#714afa color RGB value is (113,74,250).

#714afa hex color red value is 113, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #714afa hue: 0.70 , saturation: 0.95 and the lightness value of 714afa is 0.64.

The process color (four color CMYK) of #714afa color hex is 0.55, 0.70, 0.00, 0.02. Web safe color of #714afa is #6633ff. Color #714afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001010 11111010
Octal 161 112 372
Decimal 113 74 250
Hex 71 4A FA

RGB Percentages of Color #714afa

%25.86
%16.93
%57.21

CMYK Percentages of Color #714afa

%55
%70
%0
%2

Triadic Colors of #714afa

#714afa #fa714a #4afa71

Analogous Colors of #714afa

#714afa #c94afa #4a7bfa

Monochromatic Colors of #714afa

#714afa

Complementary Color

#714afa #d3fa4a

#714afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#714afa Color CSS Codes

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

#714afa Text Font Color

<p style="color:#714afa">Text here</p>

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


#714afa Background Color

<div style="background-color:#714afa">
Div content here</div>

This div background color is #714afa


#714afa Border Color

<div style="border:3px solid #714afa">
Div here</div>

This div border color is #714afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,74,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #714afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #714afa;
  -webkit-box-shadow: 1px 1px 3px 2px #714afa;
  box-shadow:         1px 1px 3px 2px #714afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,74,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714afa


Comments

No comments written yet.

Please login to write comment.