Color Hex Logo

#4123db Color Hex

#4123DB
(65,35,219)
0 Favorites   0 Comments

Color spaces of #4123db

RGB 6535219
HSL0.690.720.50
HSV250°84°86°
CMYK 0.700.840.00   0.14
XYZ15.56727.440467.6335
Yxy7.44040.17170.0821
Hunter Lab27.277154.1361-127.9155
CIE-Lab32.789263.2670-86.5272

#4123db color RGB value is (65,35,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100011 11011011
Octal 101 43 333
Decimal 65 35 219
Hex 41 23 DB

RGB Percentages of Color #4123db

%20.38
%10.97
%68.65

CMYK Percentages of Color #4123db

%70
%84
%0
%14

Triadic Colors of #4123db

#4123db #db4123 #23db41

Analogous Colors of #4123db

#4123db #9d23db #2361db

Monochromatic Colors of #4123db

#4123db

Complementary Color

#4123db #bddb23

#4123db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4123db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4123db Color CSS Codes

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

#4123db Text Font Color

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

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


#4123db Background Color

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

This div background color is #4123db


#4123db Border Color

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

This div border color is #4123db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4123db


Comments

No comments written yet.

Please login to write comment.