Color Hex Logo

#700bcc Color Hex

#700BCC
(112,11,204)
0 Favorites   0 Comments

Color spaces of #700bcc

RGB 11211204
HSL0.750.900.42
HSV271°95°80°
CMYK 0.450.950.00   0.20
XYZ17.70088.043757.7464
Yxy8.04370.21200.0963
Hunter Lab28.361461.7721-100.8668
CIE-Lab34.073769.6970-75.5553

#700bcc color RGB value is (112,11,204).

#700bcc hex color red value is 112, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #700bcc hue: 0.75 , saturation: 0.90 and the lightness value of 700bcc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001011 11001100
Octal 160 13 314
Decimal 112 11 204
Hex 70 B CC

RGB Percentages of Color #700bcc

%34.25
%3.36
%62.39

CMYK Percentages of Color #700bcc

%45
%95
%0
%20

Triadic Colors of #700bcc

#700bcc #cc700b #0bcc70

Analogous Colors of #700bcc

#700bcc #cc0bc8 #100bcc

Monochromatic Colors of #700bcc

#700bcc

Complementary Color

#700bcc #67cc0b

#700bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#700bcc Color CSS Codes

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

#700bcc Text Font Color

<p style="color:#700bcc">Text here</p>

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


#700bcc Background Color

<div style="background-color:#700bcc">
Div content here</div>

This div background color is #700bcc


#700bcc Border Color

<div style="border:3px solid #700bcc">
Div here</div>

This div border color is #700bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,11,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #700bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #700bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #700bcc;
  box-shadow:         1px 1px 3px 2px #700bcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,11,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #700bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700bcc


Comments

No comments written yet.

Please login to write comment.