Color Hex Logo

#4621dc Color Hex

#4621DC
(70,33,220)
0 Favorites   0 Comments

Color spaces of #4621dc

RGB 7033220
HSL0.700.740.50
HSV252°85°86°
CMYK 0.680.850.00   0.14
XYZ15.98797.557168.3262
Yxy7.55710.17400.0823
Hunter Lab27.490255.7053-128.1208
CIE-Lab33.042964.6157-86.6703

#4621dc color RGB value is (70,33,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100001 11011100
Octal 106 41 334
Decimal 70 33 220
Hex 46 21 DC

RGB Percentages of Color #4621dc

%21.67
%10.22
%68.11

CMYK Percentages of Color #4621dc

%68
%85
%0
%14

Triadic Colors of #4621dc

#4621dc #dc4621 #21dc46

Analogous Colors of #4621dc

#4621dc #a421dc #215adc

Monochromatic Colors of #4621dc

#4621dc

Complementary Color

#4621dc #b7dc21

#4621dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4621dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4621dc Color CSS Codes

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

#4621dc Text Font Color

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

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


#4621dc Background Color

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

This div background color is #4621dc


#4621dc Border Color

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

This div border color is #4621dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4621dc


Comments

No comments written yet.

Please login to write comment.