Color Hex Logo

#701fcc Color Hex

#701FCC
(112,31,204)
0 Favorites   0 Comments

Color spaces of #701fcc

RGB 11231204
HSL0.740.740.46
HSV268°85°80°
CMYK 0.450.850.00   0.20
XYZ18.07128.784457.8698
Yxy8.78440.21330.1037
Hunter Lab29.638556.9678-95.0181
CIE-Lab35.565865.2434-73.0980

#701fcc color RGB value is (112,31,204).

#701fcc hex color red value is 112, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #701fcc hue: 0.74 , saturation: 0.74 and the lightness value of 701fcc is 0.46.

The process color (four color CMYK) of #701fcc color hex is 0.45, 0.85, 0.00, 0.20. Web safe color of #701fcc is #6633cc. Color #701fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011111 11001100
Octal 160 37 314
Decimal 112 31 204
Hex 70 1F CC

RGB Percentages of Color #701fcc

%32.28
%8.93
%58.79

CMYK Percentages of Color #701fcc

%45
%85
%0
%20

Triadic Colors of #701fcc

#701fcc #cc701f #1fcc70

Analogous Colors of #701fcc

#701fcc #c71fcc #1f25cc

Monochromatic Colors of #701fcc

#701fcc

Complementary Color

#701fcc #7bcc1f

#701fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#701fcc Color CSS Codes

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

#701fcc Text Font Color

<p style="color:#701fcc">Text here</p>

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


#701fcc Background Color

<div style="background-color:#701fcc">
Div content here</div>

This div background color is #701fcc


#701fcc Border Color

<div style="border:3px solid #701fcc">
Div here</div>

This div border color is #701fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701fcc


Comments

No comments written yet.

Please login to write comment.