Color Hex Logo

#7123db Color Hex

#7123DB
(113,35,219)
0 Favorites   0 Comments

Color spaces of #7123db

RGB 11335219
HSL0.740.720.50
HSV265°84°86°
CMYK 0.480.840.00   0.14
XYZ20.19739.827267.8502
Yxy9.82720.20640.1004
Hunter Lab31.348460.1453-106.3830
CIE-Lab37.530567.6350-78.5346

#7123db color RGB value is (113,35,219).

#7123db hex color red value is 113, green value is 35 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7123db hue: 0.74 , saturation: 0.72 and the lightness value of 7123db is 0.50.

The process color (four color CMYK) of #7123db color hex is 0.48, 0.84, 0.00, 0.14. Web safe color of #7123db is #6633cc. Color #7123db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 11011011
Octal 161 43 333
Decimal 113 35 219
Hex 71 23 DB

RGB Percentages of Color #7123db

%30.79
%9.54
%59.67

CMYK Percentages of Color #7123db

%48
%84
%0
%14

Triadic Colors of #7123db

#7123db #db7123 #23db71

Analogous Colors of #7123db

#7123db #cd23db #2331db

Monochromatic Colors of #7123db

#7123db

Complementary Color

#7123db #8ddb23

#7123db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7123db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7123db Color CSS Codes

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

#7123db Text Font Color

<p style="color:#7123db">Text here</p>

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


#7123db Background Color

<div style="background-color:#7123db">
Div content here</div>

This div background color is #7123db


#7123db Border Color

<div style="border:3px solid #7123db">
Div here</div>

This div border color is #7123db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,35,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7123db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7123db;
  -webkit-box-shadow: 1px 1px 3px 2px #7123db;
  box-shadow:         1px 1px 3px 2px #7123db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7123db


Comments

No comments written yet.

Please login to write comment.