Color Hex Logo

#4c52db Color Hex

#4C52DB
(76,82,219)
0 Favorites   0 Comments

Color spaces of #4c52db

RGB 7682219
HSL0.660.670.58
HSV237°65°86°
CMYK 0.650.630.00   0.14
XYZ18.784012.685668.4764
Yxy12.68560.18790.1269
Hunter Lab35.616831.8098-89.0582
CIE-Lab42.285740.0102-70.8599

#4c52db color RGB value is (76,82,219).

#4c52db hex color red value is 76, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4c52db hue: 0.66 , saturation: 0.67 and the lightness value of 4c52db is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010010 11011011
Octal 114 122 333
Decimal 76 82 219
Hex 4C 52 DB

RGB Percentages of Color #4c52db

%20.16
%21.75
%58.09

CMYK Percentages of Color #4c52db

%65
%63
%0
%14

Triadic Colors of #4c52db

#4c52db #db4c52 #52db4c

Analogous Colors of #4c52db

#4c52db #8e4cdb #4c9adb

Monochromatic Colors of #4c52db

#4c52db

Complementary Color

#4c52db #dbd54c

#4c52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c52db Color CSS Codes

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

#4c52db Text Font Color

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

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


#4c52db Background Color

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

This div background color is #4c52db


#4c52db Border Color

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

This div border color is #4c52db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c52db


Comments

No comments written yet.

Please login to write comment.