Color Hex Logo

#7423ea Color Hex

#7423EA
(116,35,234)
0 Favorites   0 Comments

Color spaces of #7423ea

RGB 11635234
HSL0.730.830.53
HSV264°85°92°
CMYK 0.500.850.00   0.08
XYZ22.654810.855678.7432
Yxy10.85560.20180.0967
Hunter Lab32.947865.0772-118.6358
CIE-Lab39.336271.4931-84.1134

#7423ea color RGB value is (116,35,234).

#7423ea hex color red value is 116, green value is 35 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7423ea hue: 0.73 , saturation: 0.83 and the lightness value of 7423ea is 0.53.

The process color (four color CMYK) of #7423ea color hex is 0.50, 0.85, 0.00, 0.08. Web safe color of #7423ea is #6633ff. Color #7423ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100011 11101010
Octal 164 43 352
Decimal 116 35 234
Hex 74 23 EA

RGB Percentages of Color #7423ea

%30.13
%9.09
%60.78

CMYK Percentages of Color #7423ea

%50
%85
%0
%8

Triadic Colors of #7423ea

#7423ea #ea7423 #23ea74

Analogous Colors of #7423ea

#7423ea #d823ea #2336ea

Monochromatic Colors of #7423ea

#7423ea

Complementary Color

#7423ea #99ea23

#7423ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7423ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7423ea Color CSS Codes

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

#7423ea Text Font Color

<p style="color:#7423ea">Text here</p>

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


#7423ea Background Color

<div style="background-color:#7423ea">
Div content here</div>

This div background color is #7423ea


#7423ea Border Color

<div style="border:3px solid #7423ea">
Div here</div>

This div border color is #7423ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,35,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7423ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7423ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7423ea;
  box-shadow:         1px 1px 3px 2px #7423ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7423ea


Comments

No comments written yet.

Please login to write comment.