Color Hex Logo

#714ccb Color Hex

#714CCB
(113,76,203)
0 Favorites   0 Comments

Color spaces of #714ccb

RGB 11376203
HSL0.720.550.55
HSV257°63°80°
CMYK 0.440.630.00   0.20
XYZ20.174012.991457.9442
Yxy12.99140.22140.1426
Hunter Lab36.043636.8322-70.0850
CIE-Lab42.750345.0211-60.7804

#714ccb color RGB value is (113,76,203).

#714ccb hex color red value is 113, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #714ccb hue: 0.72 , saturation: 0.55 and the lightness value of 714ccb is 0.55.

The process color (four color CMYK) of #714ccb color hex is 0.44, 0.63, 0.00, 0.20. Web safe color of #714ccb is #6633cc. Color #714ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001100 11001011
Octal 161 114 313
Decimal 113 76 203
Hex 71 4C CB

RGB Percentages of Color #714ccb

%28.83
%19.39
%51.79

CMYK Percentages of Color #714ccb

%44
%63
%0
%20

Triadic Colors of #714ccb

#714ccb #cb714c #4ccb71

Analogous Colors of #714ccb

#714ccb #b14ccb #4c67cb

Monochromatic Colors of #714ccb

#714ccb

Complementary Color

#714ccb #a6cb4c

#714ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#714ccb Color CSS Codes

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

#714ccb Text Font Color

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

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


#714ccb Background Color

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

This div background color is #714ccb


#714ccb Border Color

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

This div border color is #714ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714ccb


Comments

No comments written yet.

Please login to write comment.