Color Hex Logo

#72238d Color Hex

#72238D
(114,35,141)
0 Favorites   0 Comments

Color spaces of #72238d

RGB 11435141
HSL0.790.600.35
HSV285°75°55°
CMYK 0.190.750.00   0.45
XYZ12.34826.702625.8422
Yxy6.70260.27510.1493
Hunter Lab25.889439.8310-41.0594
CIE-Lab31.120150.1321-42.5868

#72238d color RGB value is (114,35,141).

#72238d hex color red value is 114, green value is 35 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #72238d hue: 0.79 , saturation: 0.60 and the lightness value of 72238d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100011 10001101
Octal 162 43 215
Decimal 114 35 141
Hex 72 23 8D

RGB Percentages of Color #72238d

%39.31
%12.07
%48.62

CMYK Percentages of Color #72238d

%19
%75
%0
%45

Triadic Colors of #72238d

#72238d #8d7223 #238d72

Analogous Colors of #72238d

#72238d #8d2373 #3d238d

Monochromatic Colors of #72238d

#72238d

Complementary Color

#72238d #3e8d23

#72238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72238d Color CSS Codes

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

#72238d Text Font Color

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

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


#72238d Background Color

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

This div background color is #72238d


#72238d Border Color

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

This div border color is #72238d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,35,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 #72238d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72238d


Comments

No comments written yet.

Please login to write comment.