Color Hex Logo

#4652dc Color Hex

#4652DC
(70,82,220)
0 Favorites   0 Comments

Color spaces of #4652dc

RGB 7082220
HSL0.650.680.57
HSV235°68°86°
CMYK 0.680.630.00   0.14
XYZ18.461312.504069.1506
Yxy12.50400.18440.1249
Hunter Lab35.361031.3097-91.1925
CIE-Lab42.006239.5374-71.9023

#4652dc color RGB value is (70,82,220).

#4652dc hex color red value is 70, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4652dc hue: 0.65 , saturation: 0.68 and the lightness value of 4652dc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010010 11011100
Octal 106 122 334
Decimal 70 82 220
Hex 46 52 DC

RGB Percentages of Color #4652dc

%18.82
%22.04
%59.14

CMYK Percentages of Color #4652dc

%68
%63
%0
%14

Triadic Colors of #4652dc

#4652dc #dc4652 #52dc46

Analogous Colors of #4652dc

#4652dc #8546dc #469ddc

Monochromatic Colors of #4652dc

#4652dc

Complementary Color

#4652dc #dcd046

#4652dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4652dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4652dc Color CSS Codes

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

#4652dc Text Font Color

<p style="color:#4652dc">Text here</p>

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


#4652dc Background Color

<div style="background-color:#4652dc">
Div content here</div>

This div background color is #4652dc


#4652dc Border Color

<div style="border:3px solid #4652dc">
Div here</div>

This div border color is #4652dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,82,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4652dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4652dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4652dc;
  box-shadow:         1px 1px 3px 2px #4652dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,82,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4652dc


Comments

No comments written yet.

Please login to write comment.