Color Hex Logo

#7037cd Color Hex

#7037CD
(112,55,205)
0 Favorites   0 Comments

Color spaces of #7037cd

RGB 11255205
HSL0.730.600.51
HSV263°73°80°
CMYK 0.450.730.00   0.20
XYZ19.067710.584958.7957
Yxy10.58490.21560.1197
Hunter Lab32.534447.6795-84.3738
CIE-Lab38.872456.1816-68.2565

#7037cd color RGB value is (112,55,205).

#7037cd hex color red value is 112, green value is 55 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7037cd hue: 0.73 , saturation: 0.60 and the lightness value of 7037cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110111 11001101
Octal 160 67 315
Decimal 112 55 205
Hex 70 37 CD

RGB Percentages of Color #7037cd

%30.11
%14.78
%55.11

CMYK Percentages of Color #7037cd

%45
%73
%0
%20

Triadic Colors of #7037cd

#7037cd #cd7037 #37cd70

Analogous Colors of #7037cd

#7037cd #bb37cd #3749cd

Monochromatic Colors of #7037cd

#7037cd

Complementary Color

#7037cd #94cd37

#7037cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7037cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7037cd Color CSS Codes

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

#7037cd Text Font Color

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

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


#7037cd Background Color

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

This div background color is #7037cd


#7037cd Border Color

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

This div border color is #7037cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7037cd


Comments

No comments written yet.

Please login to write comment.