color codes Logo

#713f98 color codes

#713F98
(113,63,152)
0 Favorites   0 Comments

Color spaces of #713f98

RGB 11363152
HSL0.760.410.42
HSV274°59°60°
CMYK 0.260.590.00   0.40
XYZ14.25519.332730.7558
Yxy9.33270.26230.1717
Hunter Lab30.549529.8307-38.3058
CIE-Lab36.617138.8546-40.5065

#713f98 color RGB value is (113,63,152).

#713f98 hex color red value is 113, green value is 63 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #713f98 hue: 0.76 , saturation: 0.41 and the lightness value of 713f98 is 0.42.

The process color (four color CMYK) of #713f98 color code is 0.26, 0.59, 0.00, 0.40. Web safe color of #713f98 is #663399. Color #713f98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 10011000
Octal 161 77 230
Decimal 113 63 152
Hex 71 3F 98

RGB Percentages of Color #713f98

%34.45
%19.21
%46.34

CMYK Percentages of Color #713f98

%26
%59
%0
%40

Triadic Colors of #713f98

#713f98 #98713f #3f9871

Analogous Colors of #713f98

#713f98 #983f93 #453f98

Monochromatic Colors of #713f98

#713f98

Complementary Color

#713f98 #66983f

#713f98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713f98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713f98 Color CSS Codes

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

#713f98 Text Font Color

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

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


#713f98 Background Color

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

This div background color is #713f98


#713f98 Border Color

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

This div border color is #713f98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,63,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 #713f98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713f98


Comments

No comments written yet.

Please login to write comment.