Color Hex Logo

#4627dc Color Hex

#4627DC
(70,39,220)
0 Favorites   0 Comments

Color spaces of #4627dc

RGB 7039220
HSL0.700.720.51
HSV250°82°86°
CMYK 0.680.820.00   0.14
XYZ16.16967.920468.3867
Yxy7.92040.17490.0856
Hunter Lab28.143253.3061-124.3717
CIE-Lab33.816662.3227-85.3870

#4627dc color RGB value is (70,39,220).

#4627dc hex color red value is 70, green value is 39 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4627dc hue: 0.70 , saturation: 0.72 and the lightness value of 4627dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100111 11011100
Octal 106 47 334
Decimal 70 39 220
Hex 46 27 DC

RGB Percentages of Color #4627dc

%21.28
%11.85
%66.87

CMYK Percentages of Color #4627dc

%68
%82
%0
%14

Triadic Colors of #4627dc

#4627dc #dc4627 #27dc46

Analogous Colors of #4627dc

#4627dc #a127dc #2762dc

Monochromatic Colors of #4627dc

#4627dc

Complementary Color

#4627dc #bddc27

#4627dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4627dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4627dc Color CSS Codes

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

#4627dc Text Font Color

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

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


#4627dc Background Color

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

This div background color is #4627dc


#4627dc Border Color

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

This div border color is #4627dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4627dc


Comments

No comments written yet.

Please login to write comment.