Color Hex Logo

#7128cd Color Hex

#7128CD
(113,40,205)
0 Favorites   0 Comments

Color spaces of #7128cd

RGB 11340205
HSL0.740.670.48
HSV267°80°80°
CMYK 0.450.800.00   0.20
XYZ18.58839.436158.5992
Yxy9.43610.21460.1089
Hunter Lab30.718254.2575-91.6010
CIE-Lab36.810762.5941-71.6294

#7128cd color RGB value is (113,40,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 11001101
Octal 161 50 315
Decimal 113 40 205
Hex 71 28 CD

RGB Percentages of Color #7128cd

%31.56
%11.17
%57.26

CMYK Percentages of Color #7128cd

%45
%80
%0
%20

Triadic Colors of #7128cd

#7128cd #cd7128 #28cd71

Analogous Colors of #7128cd

#7128cd #c428cd #2832cd

Monochromatic Colors of #7128cd

#7128cd

Complementary Color

#7128cd #84cd28

#7128cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7128cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7128cd Color CSS Codes

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

#7128cd Text Font Color

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

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


#7128cd Background Color

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

This div background color is #7128cd


#7128cd Border Color

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

This div border color is #7128cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7128cd


Comments

No comments written yet.

Please login to write comment.