Color Hex Logo

#72438d Color Hex

#72438D
(114,67,141)
0 Favorites   0 Comments

Color spaces of #72438d

RGB 11467141
HSL0.770.360.41
HSV278°52°55°
CMYK 0.190.520.00   0.45
XYZ13.75439.514826.3109
Yxy9.51480.27740.1919
Hunter Lab30.846125.6127-28.9806
CIE-Lab36.957134.2409-33.2670

#72438d color RGB value is (114,67,141).

#72438d hex color red value is 114, green value is 67 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #72438d hue: 0.77 , saturation: 0.36 and the lightness value of 72438d is 0.41.

The process color (four color CMYK) of #72438d color hex is 0.19, 0.52, 0.00, 0.45. Web safe color of #72438d is #663399. Color #72438d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000011 10001101
Octal 162 103 215
Decimal 114 67 141
Hex 72 43 8D

RGB Percentages of Color #72438d

%35.40
%20.81
%43.79

CMYK Percentages of Color #72438d

%19
%52
%0
%45

Triadic Colors of #72438d

#72438d #8d7243 #438d72

Analogous Colors of #72438d

#72438d #8d4383 #4d438d

Monochromatic Colors of #72438d

#72438d

Complementary Color

#72438d #5e8d43

#72438d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72438d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72438d Color CSS Codes

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

#72438d Text Font Color

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

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


#72438d Background Color

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

This div background color is #72438d


#72438d Border Color

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

This div border color is #72438d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,67,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72438d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72438d;
  -webkit-box-shadow: 1px 1px 3px 2px #72438d;
  box-shadow:         1px 1px 3px 2px #72438d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72438d


Comments

No comments written yet.

Please login to write comment.