Color Hex Logo

#7040cd Color Hex

#7040CD
(112,64,205)
0 Favorites   0 Comments

Color spaces of #7040cd

RGB 11264205
HSL0.720.590.53
HSV260°69°80°
CMYK 0.450.690.00   0.20
XYZ19.534911.519358.9515
Yxy11.51930.21700.1280
Hunter Lab33.940143.3441-79.2244
CIE-Lab40.441751.7886-65.6945

#7040cd color RGB value is (112,64,205).

#7040cd hex color red value is 112, green value is 64 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7040cd hue: 0.72 , saturation: 0.59 and the lightness value of 7040cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000000 11001101
Octal 160 100 315
Decimal 112 64 205
Hex 70 40 CD

RGB Percentages of Color #7040cd

%29.40
%16.80
%53.81

CMYK Percentages of Color #7040cd

%45
%69
%0
%20

Triadic Colors of #7040cd

#7040cd #cd7040 #40cd70

Analogous Colors of #7040cd

#7040cd #b740cd #4057cd

Monochromatic Colors of #7040cd

#7040cd

Complementary Color

#7040cd #9dcd40

#7040cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7040cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7040cd Color CSS Codes

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

#7040cd Text Font Color

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

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


#7040cd Background Color

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

This div background color is #7040cd


#7040cd Border Color

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

This div border color is #7040cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7040cd


Comments

No comments written yet.

Please login to write comment.