Color Hex Logo

#700ccd Color Hex

#700CCD
(112,12,205)
0 Favorites   0 Comments

Color spaces of #700ccd

RGB 11212205
HSL0.750.890.43
HSV271°94°80°
CMYK 0.450.940.00   0.20
XYZ17.83308.115558.3841
Yxy8.11550.21150.0962
Hunter Lab28.487761.8855-101.5704
CIE-Lab34.222369.7658-75.8930

#700ccd color RGB value is (112,12,205).

#700ccd hex color red value is 112, green value is 12 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #700ccd hue: 0.75 , saturation: 0.89 and the lightness value of 700ccd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001100 11001101
Octal 160 14 315
Decimal 112 12 205
Hex 70 C CD

RGB Percentages of Color #700ccd

%34.04
%3.65
%62.31

CMYK Percentages of Color #700ccd

%45
%94
%0
%20

Triadic Colors of #700ccd

#700ccd #cd700c #0ccd70

Analogous Colors of #700ccd

#700ccd #cd0cca #0f0ccd

Monochromatic Colors of #700ccd

#700ccd

Complementary Color

#700ccd #69cd0c

#700ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#700ccd Color CSS Codes

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

#700ccd Text Font Color

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

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


#700ccd Background Color

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

This div background color is #700ccd


#700ccd Border Color

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

This div border color is #700ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700ccd


Comments

No comments written yet.

Please login to write comment.