Color Hex Logo

#714beb Color Hex

#714BEB
(113,75,235)
0 Favorites   0 Comments

Color spaces of #714beb

RGB 11375235
HSL0.710.800.61
HSV254°68°92°
CMYK 0.520.680.00   0.08
XYZ24.321514.541080.1221
Yxy14.54100.20440.1222
Hunter Lab38.132747.1174-97.8838
CIE-Lab44.999054.5077-75.3917

#714beb color RGB value is (113,75,235).

#714beb hex color red value is 113, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #714beb hue: 0.71 , saturation: 0.80 and the lightness value of 714beb is 0.61.

The process color (four color CMYK) of #714beb color hex is 0.52, 0.68, 0.00, 0.08. Web safe color of #714beb is #6633ff. Color #714beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001011 11101011
Octal 161 113 353
Decimal 113 75 235
Hex 71 4B EB

RGB Percentages of Color #714beb

%26.71
%17.73
%55.56

CMYK Percentages of Color #714beb

%52
%68
%0
%8

Triadic Colors of #714beb

#714beb #eb714b #4beb71

Analogous Colors of #714beb

#714beb #c14beb #4b75eb

Monochromatic Colors of #714beb

#714beb

Complementary Color

#714beb #c5eb4b

#714beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#714beb Color CSS Codes

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

#714beb Text Font Color

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

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


#714beb Background Color

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

This div background color is #714beb


#714beb Border Color

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

This div border color is #714beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714beb


Comments

No comments written yet.

Please login to write comment.