Color Hex Logo

#7023ef Color Hex

#7023EF
(112,35,239)
0 Favorites   0 Comments

Color spaces of #7023ef

RGB 11235239
HSL0.730.860.54
HSV263°85°94°
CMYK 0.530.850.00   0.06
XYZ22.863110.878882.5562
Yxy10.87880.19660.0935
Hunter Lab32.983066.0119-125.3142
CIE-Lab39.375672.2705-86.8976

#7023ef color RGB value is (112,35,239).

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

The process color (four color CMYK) of #7023ef color hex is 0.53, 0.85, 0.00, 0.06. Web safe color of #7023ef is #6633ff. Color #7023ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100011 11101111
Octal 160 43 357
Decimal 112 35 239
Hex 70 23 EF

RGB Percentages of Color #7023ef

%29.02
%9.07
%61.92

CMYK Percentages of Color #7023ef

%53
%85
%0
%6

Triadic Colors of #7023ef

#7023ef #ef7023 #23ef70

Analogous Colors of #7023ef

#7023ef #d623ef #233cef

Monochromatic Colors of #7023ef

#7023ef

Complementary Color

#7023ef #a2ef23

#7023ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7023ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7023ef Color CSS Codes

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

#7023ef Text Font Color

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

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


#7023ef Background Color

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

This div background color is #7023ef


#7023ef Border Color

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

This div border color is #7023ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7023ef


Comments

No comments written yet.

Please login to write comment.