Color Hex Logo

#700cbc Color Hex

#700CBC
(112,12,188)
0 Favorites   0 Comments

Color spaces of #700cbc

RGB 11212188
HSL0.760.880.39
HSV274°94°74°
CMYK 0.400.940.00   0.26
XYZ15.89077.338548.1559
Yxy7.33850.22260.1028
Hunter Lab27.089757.3005-86.4340
CIE-Lab32.565466.1134-68.6460

#700cbc color RGB value is (112,12,188).

#700cbc hex color red value is 112, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #700cbc hue: 0.76 , saturation: 0.88 and the lightness value of 700cbc is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001100 10111100
Octal 160 14 274
Decimal 112 12 188
Hex 70 C BC

RGB Percentages of Color #700cbc

%35.90
%3.85
%60.26

CMYK Percentages of Color #700cbc

%40
%94
%0
%26

Triadic Colors of #700cbc

#700cbc #bc700c #0cbc70

Analogous Colors of #700cbc

#700cbc #bc0cb0 #180cbc

Monochromatic Colors of #700cbc

#700cbc

Complementary Color

#700cbc #58bc0c

#700cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#700cbc Color CSS Codes

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

#700cbc Text Font Color

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

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


#700cbc Background Color

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

This div background color is #700cbc


#700cbc Border Color

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

This div border color is #700cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700cbc


Comments

No comments written yet.

Please login to write comment.