Color Hex Logo

#7000cd Color Hex

#7000CD
(112,0,205)
0 Favorites   0 Comments

Color spaces of #7000cd

RGB 1120205
HSL0.761.000.40
HSV273°100°80°
CMYK 0.451.000.00   0.20
XYZ17.70157.852558.3403
Yxy7.85250.21100.0936
Hunter Lab28.022363.7182-103.8216
CIE-Lab33.673871.4246-76.7980

#7000cd color RGB value is (112,0,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000000 11001101
Octal 160 0 315
Decimal 112 0 205
Hex 70 0 CD

RGB Percentages of Color #7000cd

%35.33
%0.00
%64.67

CMYK Percentages of Color #7000cd

%45
%100
%0
%20

Triadic Colors of #7000cd

#7000cd #cd7000 #00cd70

Analogous Colors of #7000cd

#7000cd #cd00c4 #0900cd

Monochromatic Colors of #7000cd

#7000cd

Complementary Color

#7000cd #5dcd00

#7000cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7000cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7000cd Color CSS Codes

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

#7000cd Text Font Color

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

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


#7000cd Background Color

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

This div background color is #7000cd


#7000cd Border Color

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

This div border color is #7000cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7000cd


Comments

No comments written yet.

Please login to write comment.