Color Hex Logo

#7023ff Color Hex

#7023FF
(112,35,255)
0 Favorites   0 Comments

Color spaces of #7023ff

RGB 11235255
HSL0.731.000.57
HSV261°86°100°
CMYK 0.560.860.00   0.00
XYZ25.333111.866895.5631
Yxy11.86680.19080.0894
Hunter Lab34.448270.9839-140.3631
CIE-Lab41.003676.0704-93.2052

#7023ff color RGB value is (112,35,255).

#7023ff hex color red value is 112, green value is 35 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7023ff hue: 0.73 , saturation: 1.00 and the lightness value of 7023ff is 0.57.

The process color (four color CMYK) of #7023ff color hex is 0.56, 0.86, 0.00, 0.00. Web safe color of #7023ff is #6633ff. Color #7023ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100011 11111111
Octal 160 43 377
Decimal 112 35 255
Hex 70 23 FF

RGB Percentages of Color #7023ff

%27.86
%8.71
%63.43

CMYK Percentages of Color #7023ff

%56
%86
%0
%0

Triadic Colors of #7023ff

#7023ff #ff7023 #23ff70

Analogous Colors of #7023ff

#7023ff #de23ff #2344ff

Monochromatic Colors of #7023ff

#7023ff

Complementary Color

#7023ff #b2ff23

#7023ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7023ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7023ff Color CSS Codes

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

#7023ff Text Font Color

<p style="color:#7023ff">Text here</p>

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


#7023ff Background Color

<div style="background-color:#7023ff">
Div content here</div>

This div background color is #7023ff


#7023ff Border Color

<div style="border:3px solid #7023ff">
Div here</div>

This div border color is #7023ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,35,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7023ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7023ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7023ff;
  box-shadow:         1px 1px 3px 2px #7023ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7023ff

Related Colors


Comments

No comments written yet.

Please login to write comment.