Color Hex Logo

#4d23db Color Hex

#4D23DB
(77,35,219)
0 Favorites   0 Comments

Color spaces of #4d23db

RGB 7735219
HSL0.700.720.50
HSV254°84°86°
CMYK 0.650.840.00   0.14
XYZ16.44787.894367.6747
Yxy7.89430.17870.0858
Hunter Lab28.096855.3241-123.1397
CIE-Lab33.761864.1387-84.8849

#4d23db color RGB value is (77,35,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00100011 11011011
Octal 115 43 333
Decimal 77 35 219
Hex 4D 23 DB

RGB Percentages of Color #4d23db

%23.26
%10.57
%66.16

CMYK Percentages of Color #4d23db

%65
%84
%0
%14

Triadic Colors of #4d23db

#4d23db #db4d23 #23db4d

Analogous Colors of #4d23db

#4d23db #a923db #2355db

Monochromatic Colors of #4d23db

#4d23db

Complementary Color

#4d23db #b1db23

#4d23db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d23db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d23db Color CSS Codes

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

#4d23db Text Font Color

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

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


#4d23db Background Color

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

This div background color is #4d23db


#4d23db Border Color

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

This div border color is #4d23db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d23db


Comments

No comments written yet.

Please login to write comment.