Color Hex Logo

#712898 Color Hex

#712898
(113,40,152)
0 Favorites   0 Comments

Color spaces of #712898

RGB 11340152
HSL0.780.580.38
HSV279°74°60°
CMYK 0.260.740.00   0.40
XYZ13.23637.295330.4163
Yxy7.29530.25980.1432
Hunter Lab27.009840.2077-47.8608
CIE-Lab32.469950.2447-47.1722

#712898 color RGB value is (113,40,152).

#712898 hex color red value is 113, green value is 40 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #712898 hue: 0.78 , saturation: 0.58 and the lightness value of 712898 is 0.38.

The process color (four color CMYK) of #712898 color hex is 0.26, 0.74, 0.00, 0.40. Web safe color of #712898 is #663399. Color #712898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 10011000
Octal 161 50 230
Decimal 113 40 152
Hex 71 28 98

RGB Percentages of Color #712898

%37.05
%13.11
%49.84

CMYK Percentages of Color #712898

%26
%74
%0
%40

Triadic Colors of #712898

#712898 #987128 #289871

Analogous Colors of #712898

#712898 #982887 #392898

Monochromatic Colors of #712898

#712898

Complementary Color

#712898 #4f9828

#712898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712898 Color CSS Codes

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

#712898 Text Font Color

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

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


#712898 Background Color

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

This div background color is #712898


#712898 Border Color

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

This div border color is #712898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712898


Comments

No comments written yet.

Please login to write comment.