Color Hex Logo

#724188 Color Hex

#724188
(114,65,136)
0 Favorites   0 Comments

Color spaces of #724188

RGB 11465136
HSL0.780.350.39
HSV281°52°53°
CMYK 0.160.520.00   0.47
XYZ13.27379.135624.3563
Yxy9.13560.28380.1953
Hunter Lab30.225225.4962-26.6200
CIE-Lab36.244134.2207-31.3320

#724188 color RGB value is (114,65,136).

#724188 hex color red value is 114, green value is 65 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #724188 hue: 0.78 , saturation: 0.35 and the lightness value of 724188 is 0.39.

The process color (four color CMYK) of #724188 color hex is 0.16, 0.52, 0.00, 0.47. Web safe color of #724188 is #663399. Color #724188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000001 10001000
Octal 162 101 210
Decimal 114 65 136
Hex 72 41 88

RGB Percentages of Color #724188

%36.19
%20.63
%43.17

CMYK Percentages of Color #724188

%16
%52
%0
%47

Triadic Colors of #724188

#724188 #887241 #418872

Analogous Colors of #724188

#724188 #88417b #4f4188

Monochromatic Colors of #724188

#724188

Complementary Color

#724188 #578841

#724188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724188 Color CSS Codes

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

#724188 Text Font Color

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

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


#724188 Background Color

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

This div background color is #724188


#724188 Border Color

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

This div border color is #724188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,65,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724188;
  -webkit-box-shadow: 1px 1px 3px 2px #724188;
  box-shadow:         1px 1px 3px 2px #724188; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,65,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724188


Comments

No comments written yet.

Please login to write comment.