Color Hex Logo

#701fed Color Hex

#701FED
(112,31,237)
0 Favorites   0 Comments

Color spaces of #701fed

RGB 11231237
HSL0.730.850.53
HSV264°87°93°
CMYK 0.530.870.00   0.07
XYZ22.458110.539180.9713
Yxy10.53910.19710.0925
Hunter Lab32.464066.6717-125.1557
CIE-Lab38.793172.9342-86.7273

#701fed color RGB value is (112,31,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011111 11101101
Octal 160 37 355
Decimal 112 31 237
Hex 70 1F ED

RGB Percentages of Color #701fed

%29.47
%8.16
%62.37

CMYK Percentages of Color #701fed

%53
%87
%0
%7

Triadic Colors of #701fed

#701fed #ed701f #1fed70

Analogous Colors of #701fed

#701fed #d71fed #1f35ed

Monochromatic Colors of #701fed

#701fed

Complementary Color

#701fed #9ced1f

#701fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#701fed Color CSS Codes

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

#701fed Text Font Color

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

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


#701fed Background Color

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

This div background color is #701fed


#701fed Border Color

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

This div border color is #701fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701fed


Comments

No comments written yet.

Please login to write comment.