Color Hex Logo

#0421ce Color Hex

#0421CE
(4,33,206)
0 Favorites   0 Comments

Color spaces of #0421ce

RGB 433206
HSL0.640.960.41
HSV231°98°81°
CMYK 0.980.840.00   0.19
XYZ11.73455.569858.8491
Yxy5.56980.15410.0731
Hunter Lab23.600447.4523-131.3229
CIE-Lab28.300158.0204-86.5339

#0421ce color RGB value is (4,33,206).

#0421ce hex color red value is 4, green value is 33 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0421ce hue: 0.64 , saturation: 0.96 and the lightness value of 0421ce is 0.41.

The process color (four color CMYK) of #0421ce color hex is 0.98, 0.84, 0.00, 0.19. Web safe color of #0421ce is #0033cc. Color #0421ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100001 11001110
Octal 4 41 316
Decimal 4 33 206
Hex 4 21 CE

RGB Percentages of Color #0421ce

%1.65
%13.58
%84.77

CMYK Percentages of Color #0421ce

%98
%84
%0
%19

Triadic Colors of #0421ce

#0421ce #ce0421 #21ce04

Analogous Colors of #0421ce

#0421ce #4c04ce #0486ce

Monochromatic Colors of #0421ce

#0421ce

Complementary Color

#0421ce #ceb104

#0421ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0421ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0421ce Color CSS Codes

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

#0421ce Text Font Color

<p style="color:#0421ce">Text here</p>

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


#0421ce Background Color

<div style="background-color:#0421ce">
Div content here</div>

This div background color is #0421ce


#0421ce Border Color

<div style="border:3px solid #0421ce">
Div here</div>

This div border color is #0421ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,33,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0421ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0421ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0421ce;
  box-shadow:         1px 1px 3px 2px #0421ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0421ce


Comments

No comments written yet.

Please login to write comment.