Color Hex Logo

#700cdb Color Hex

#700CDB
(112,12,219)
0 Favorites   0 Comments

Color spaces of #700cdb

RGB 11212219
HSL0.750.900.45
HSV269°95°86°
CMYK 0.490.950.00   0.14
XYZ19.59978.822267.6877
Yxy8.82220.20390.0918
Hunter Lab29.702265.8087-114.3232
CIE-Lab35.639772.8128-81.6581

#700cdb color RGB value is (112,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001100 11011011
Octal 160 14 333
Decimal 112 12 219
Hex 70 C DB

RGB Percentages of Color #700cdb

%32.65
%3.50
%63.85

CMYK Percentages of Color #700cdb

%49
%95
%0
%14

Triadic Colors of #700cdb

#700cdb #db700c #0cdb70

Analogous Colors of #700cdb

#700cdb #d80cdb #0c10db

Monochromatic Colors of #700cdb

#700cdb

Complementary Color

#700cdb #77db0c

#700cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#700cdb Color CSS Codes

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

#700cdb Text Font Color

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

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


#700cdb Background Color

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

This div background color is #700cdb


#700cdb Border Color

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

This div border color is #700cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700cdb


Comments

No comments written yet.

Please login to write comment.