Color Hex Logo

#7023ed Color Hex

#7023ED
(112,35,237)
0 Favorites   0 Comments

Color spaces of #7023ed

RGB 11235237
HSL0.730.850.53
HSV263°85°93°
CMYK 0.530.850.00   0.07
XYZ22.569210.761281.0084
Yxy10.76120.19740.0941
Hunter Lab32.804365.3998-123.4505
CIE-Lab39.175371.7955-86.0959

#7023ed color RGB value is (112,35,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100011 11101101
Octal 160 43 355
Decimal 112 35 237
Hex 70 23 ED

RGB Percentages of Color #7023ed

%29.17
%9.11
%61.72

CMYK Percentages of Color #7023ed

%53
%85
%0
%7

Triadic Colors of #7023ed

#7023ed #ed7023 #23ed70

Analogous Colors of #7023ed

#7023ed #d523ed #233bed

Monochromatic Colors of #7023ed

#7023ed

Complementary Color

#7023ed #a0ed23

#7023ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7023ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7023ed Color CSS Codes

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

#7023ed Text Font Color

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

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


#7023ed Background Color

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

This div background color is #7023ed


#7023ed Border Color

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

This div border color is #7023ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7023ed


Comments

No comments written yet.

Please login to write comment.