Color Hex Logo

#712880 Color Hex

#712880
(113,40,128)
0 Favorites   0 Comments

Color spaces of #712880

RGB 11340128
HSL0.800.520.33
HSV290°69°50°
CMYK 0.120.690.00   0.50
XYZ11.46516.586821.0892
Yxy6.58680.29290.1683
Hunter Lab25.664834.8271-30.7543
CIE-Lab30.847145.1218-34.9460

#712880 color RGB value is (113,40,128).

#712880 hex color red value is 113, green value is 40 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #712880 hue: 0.80 , saturation: 0.52 and the lightness value of 712880 is 0.33.

The process color (four color CMYK) of #712880 color hex is 0.12, 0.69, 0.00, 0.50. Web safe color of #712880 is #663399. Color #712880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 10000000
Octal 161 50 200
Decimal 113 40 128
Hex 71 28 80

RGB Percentages of Color #712880

%40.21
%14.23
%45.55

CMYK Percentages of Color #712880

%12
%69
%0
%50

Triadic Colors of #712880

#712880 #807128 #288071

Analogous Colors of #712880

#712880 #802863 #452880

Monochromatic Colors of #712880

#712880

Complementary Color

#712880 #378028

#712880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712880 Color CSS Codes

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

#712880 Text Font Color

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

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


#712880 Background Color

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

This div background color is #712880


#712880 Border Color

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

This div border color is #712880


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,40,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712880; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712880;
  -webkit-box-shadow: 1px 1px 3px 2px #712880;
  box-shadow:         1px 1px 3px 2px #712880; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712880


Comments

No comments written yet.

Please login to write comment.