Color Hex Logo

#701ced Color Hex

#701CED
(112,28,237)
0 Favorites   0 Comments

Color spaces of #701ced

RGB 11228237
HSL0.730.850.52
HSV264°88°93°
CMYK 0.530.880.00   0.07
XYZ22.383410.389780.9464
Yxy10.38970.19680.0914
Hunter Lab32.233167.5468-126.3310
CIE-Lab38.532973.7124-87.1572

#701ced color RGB value is (112,28,237).

#701ced hex color red value is 112, green value is 28 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #701ced hue: 0.73 , saturation: 0.85 and the lightness value of 701ced is 0.52.

The process color (four color CMYK) of #701ced color hex is 0.53, 0.88, 0.00, 0.07. Web safe color of #701ced is #6633ff. Color #701ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011100 11101101
Octal 160 34 355
Decimal 112 28 237
Hex 70 1C ED

RGB Percentages of Color #701ced

%29.71
%7.43
%62.86

CMYK Percentages of Color #701ced

%53
%88
%0
%7

Triadic Colors of #701ced

#701ced #ed701c #1ced70

Analogous Colors of #701ced

#701ced #d91ced #1c30ed

Monochromatic Colors of #701ced

#701ced

Complementary Color

#701ced #99ed1c

#701ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#701ced Color CSS Codes

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

#701ced Text Font Color

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

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


#701ced Background Color

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

This div background color is #701ced


#701ced Border Color

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

This div border color is #701ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701ced


Comments

No comments written yet.

Please login to write comment.