Color Hex Logo

#7231cd Color Hex

#7231CD
(114,49,205)
0 Favorites   0 Comments

Color spaces of #7231cd

RGB 11449205
HSL0.740.610.50
HSV265°76°80°
CMYK 0.440.760.00   0.20
XYZ19.057210.181858.7185
Yxy10.18180.21670.1158
Hunter Lab31.908950.7662-86.7686
CIE-Lab38.166859.1692-69.4017

#7231cd color RGB value is (114,49,205).

#7231cd hex color red value is 114, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7231cd hue: 0.74 , saturation: 0.61 and the lightness value of 7231cd is 0.50.

The process color (four color CMYK) of #7231cd color hex is 0.44, 0.76, 0.00, 0.20. Web safe color of #7231cd is #6633cc. Color #7231cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110001 11001101
Octal 162 61 315
Decimal 114 49 205
Hex 72 31 CD

RGB Percentages of Color #7231cd

%30.98
%13.32
%55.71

CMYK Percentages of Color #7231cd

%44
%76
%0
%20

Triadic Colors of #7231cd

#7231cd #cd7231 #31cd72

Analogous Colors of #7231cd

#7231cd #c031cd #313ecd

Monochromatic Colors of #7231cd

#7231cd

Complementary Color

#7231cd #8ccd31

#7231cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7231cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7231cd Color CSS Codes

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

#7231cd Text Font Color

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

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


#7231cd Background Color

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

This div background color is #7231cd


#7231cd Border Color

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

This div border color is #7231cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,49,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7231cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7231cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7231cd;
  box-shadow:         1px 1px 3px 2px #7231cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7231cd


Comments

No comments written yet.

Please login to write comment.