Color Hex Logo

#723ceb Color Hex

#723CEB
(114,60,235)
0 Favorites   0 Comments

Color spaces of #723ceb

RGB 11460235
HSL0.720.810.58
HSV259°74°92°
CMYK 0.510.740.00   0.08
XYZ23.550712.807379.8281
Yxy12.80730.20270.1102
Hunter Lab35.787354.8385-107.2028
CIE-Lab42.471462.0128-79.5285

#723ceb color RGB value is (114,60,235).

#723ceb hex color red value is 114, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #723ceb hue: 0.72 , saturation: 0.81 and the lightness value of 723ceb is 0.58.

The process color (four color CMYK) of #723ceb color hex is 0.51, 0.74, 0.00, 0.08. Web safe color of #723ceb is #6633ff. Color #723ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111100 11101011
Octal 162 74 353
Decimal 114 60 235
Hex 72 3C EB

RGB Percentages of Color #723ceb

%27.87
%14.67
%57.46

CMYK Percentages of Color #723ceb

%51
%74
%0
%8

Triadic Colors of #723ceb

#723ceb #eb723c #3ceb72

Analogous Colors of #723ceb

#723ceb #ca3ceb #3c5eeb

Monochromatic Colors of #723ceb

#723ceb

Complementary Color

#723ceb #b5eb3c

#723ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#723ceb Color CSS Codes

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

#723ceb Text Font Color

<p style="color:#723ceb">Text here</p>

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


#723ceb Background Color

<div style="background-color:#723ceb">
Div content here</div>

This div background color is #723ceb


#723ceb Border Color

<div style="border:3px solid #723ceb">
Div here</div>

This div border color is #723ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,60,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #723ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #723ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #723ceb;
  box-shadow:         1px 1px 3px 2px #723ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,60,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723ceb


Comments

No comments written yet.

Please login to write comment.