Color Hex Logo

#7003cd Color Hex

#7003CD
(112,3,205)
0 Favorites   0 Comments

Color spaces of #7003cd

RGB 1123205
HSL0.760.970.41
HSV272°99°80°
CMYK 0.450.990.00   0.20
XYZ17.73417.917658.3512
Yxy7.91760.21110.0943
Hunter Lab28.138263.2576-103.2549
CIE-Lab33.810771.0097-76.5721

#7003cd color RGB value is (112,3,205).

#7003cd hex color red value is 112, green value is 3 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7003cd hue: 0.76 , saturation: 0.97 and the lightness value of 7003cd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000011 11001101
Octal 160 3 315
Decimal 112 3 205
Hex 70 3 CD

RGB Percentages of Color #7003cd

%35.00
%0.94
%64.06

CMYK Percentages of Color #7003cd

%45
%99
%0
%20

Triadic Colors of #7003cd

#7003cd #cd7003 #03cd70

Analogous Colors of #7003cd

#7003cd #cd03c5 #0b03cd

Monochromatic Colors of #7003cd

#7003cd

Complementary Color

#7003cd #60cd03

#7003cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7003cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7003cd Color CSS Codes

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

#7003cd Text Font Color

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

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


#7003cd Background Color

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

This div background color is #7003cd


#7003cd Border Color

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

This div border color is #7003cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7003cd


Comments

No comments written yet.

Please login to write comment.