Color Hex Logo

#703cbc Color Hex

#703CBC
(112,60,188)
0 Favorites   0 Comments

Color spaces of #703cbc

RGB 11260188
HSL0.730.520.49
HSV264°68°74°
CMYK 0.400.680.00   0.26
XYZ17.375110.307348.6507
Yxy10.30730.22760.1350
Hunter Lab32.105040.4198-67.3724
CIE-Lab38.388449.3371-59.1265

#703cbc color RGB value is (112,60,188).

#703cbc hex color red value is 112, green value is 60 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #703cbc hue: 0.73 , saturation: 0.52 and the lightness value of 703cbc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111100 10111100
Octal 160 74 274
Decimal 112 60 188
Hex 70 3C BC

RGB Percentages of Color #703cbc

%31.11
%16.67
%52.22

CMYK Percentages of Color #703cbc

%40
%68
%0
%26

Triadic Colors of #703cbc

#703cbc #bc703c #3cbc70

Analogous Colors of #703cbc

#703cbc #b03cbc #3c48bc

Monochromatic Colors of #703cbc

#703cbc

Complementary Color

#703cbc #88bc3c

#703cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#703cbc Color CSS Codes

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

#703cbc Text Font Color

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

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


#703cbc Background Color

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

This div background color is #703cbc


#703cbc Border Color

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

This div border color is #703cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703cbc


Comments

No comments written yet.

Please login to write comment.