Color Hex Logo

#7d23db Color Hex

#7D23DB
(125,35,219)
0 Favorites   0 Comments

Color spaces of #7d23db

RGB 12535219
HSL0.750.720.50
HSV269°84°86°
CMYK 0.430.840.00   0.14
XYZ21.844710.676567.9273
Yxy10.67650.21750.1063
Hunter Lab32.674962.1545-100.3845
CIE-Lab39.030269.0719-76.0136

#7d23db color RGB value is (125,35,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100011 11011011
Octal 175 43 333
Decimal 125 35 219
Hex 7D 23 DB

RGB Percentages of Color #7d23db

%32.98
%9.23
%57.78

CMYK Percentages of Color #7d23db

%43
%84
%0
%14

Triadic Colors of #7d23db

#7d23db #db7d23 #23db7d

Analogous Colors of #7d23db

#7d23db #d923db #2325db

Monochromatic Colors of #7d23db

#7d23db

Complementary Color

#7d23db #81db23

#7d23db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d23db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d23db Color CSS Codes

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

#7d23db Text Font Color

<p style="color:#7d23db">Text here</p>

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


#7d23db Background Color

<div style="background-color:#7d23db">
Div content here</div>

This div background color is #7d23db


#7d23db Border Color

<div style="border:3px solid #7d23db">
Div here</div>

This div border color is #7d23db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d23db


Comments

No comments written yet.

Please login to write comment.