Color Hex Logo

#7124cd Color Hex

#7124CD
(113,36,205)
0 Favorites   0 Comments

Color spaces of #7124cd

RGB 11336205
HSL0.740.700.47
HSV267°82°80°
CMYK 0.450.820.00   0.20
XYZ18.46049.180258.5566
Yxy9.18020.21420.1065
Hunter Lab30.298855.7330-93.3767
CIE-Lab36.329064.0035-72.4206

#7124cd color RGB value is (113,36,205).

#7124cd hex color red value is 113, green value is 36 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7124cd hue: 0.74 , saturation: 0.70 and the lightness value of 7124cd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 11001101
Octal 161 44 315
Decimal 113 36 205
Hex 71 24 CD

RGB Percentages of Color #7124cd

%31.92
%10.17
%57.91

CMYK Percentages of Color #7124cd

%45
%82
%0
%20

Triadic Colors of #7124cd

#7124cd #cd7124 #24cd71

Analogous Colors of #7124cd

#7124cd #c624cd #242ccd

Monochromatic Colors of #7124cd

#7124cd

Complementary Color

#7124cd #80cd24

#7124cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7124cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7124cd Color CSS Codes

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

#7124cd Text Font Color

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

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


#7124cd Background Color

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

This div background color is #7124cd


#7124cd Border Color

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

This div border color is #7124cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,36,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 #7124cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7124cd


Comments

No comments written yet.

Please login to write comment.