Color Hex Logo

#7232dd Color Hex

#7232DD
(114,50,221)
0 Favorites   0 Comments

Color spaces of #7232dd

RGB 11450221
HSL0.730.720.53
HSV262°77°87°
CMYK 0.480.770.00   0.13
XYZ21.131211.079169.4314
Yxy11.07910.20790.1090
Hunter Lab33.285355.0717-100.3762
CIE-Lab39.713462.7557-76.0878

#7232dd color RGB value is (114,50,221).

#7232dd hex color red value is 114, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7232dd hue: 0.73 , saturation: 0.72 and the lightness value of 7232dd is 0.53.

The process color (four color CMYK) of #7232dd color hex is 0.48, 0.77, 0.00, 0.13. Web safe color of #7232dd is #6633cc. Color #7232dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110010 11011101
Octal 162 62 335
Decimal 114 50 221
Hex 72 32 DD

RGB Percentages of Color #7232dd

%29.61
%12.99
%57.40

CMYK Percentages of Color #7232dd

%48
%77
%0
%13

Triadic Colors of #7232dd

#7232dd #dd7232 #32dd72

Analogous Colors of #7232dd

#7232dd #c832dd #3247dd

Monochromatic Colors of #7232dd

#7232dd

Complementary Color

#7232dd #9ddd32

#7232dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7232dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7232dd Color CSS Codes

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

#7232dd Text Font Color

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

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


#7232dd Background Color

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

This div background color is #7232dd


#7232dd Border Color

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

This div border color is #7232dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,50,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7232dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7232dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7232dd;
  box-shadow:         1px 1px 3px 2px #7232dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7232dd


Comments

No comments written yet.

Please login to write comment.