Color Hex Logo

#0227dc Color Hex

#0227DC
(2,39,220)
0 Favorites   0 Comments

Color spaces of #0227dc

RGB 239220
HSL0.640.980.44
HSV230°99°86°
CMYK 0.990.820.00   0.14
XYZ13.66886.631368.2697
Yxy6.63130.15430.0749
Hunter Lab25.751349.6830-139.1587
CIE-Lab30.952459.5785-90.2275

#0227dc color RGB value is (2,39,220).

#0227dc hex color red value is 2, green value is 39 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0227dc hue: 0.64 , saturation: 0.98 and the lightness value of 0227dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00100111 11011100
Octal 2 47 334
Decimal 2 39 220
Hex 2 27 DC

RGB Percentages of Color #0227dc

%0.77
%14.94
%84.29

CMYK Percentages of Color #0227dc

%99
%82
%0
%14

Triadic Colors of #0227dc

#0227dc #dc0227 #27dc02

Analogous Colors of #0227dc

#0227dc #4a02dc #0294dc

Monochromatic Colors of #0227dc

#0227dc

Complementary Color

#0227dc #dcb702

#0227dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0227dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0227dc Color CSS Codes

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

#0227dc Text Font Color

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

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


#0227dc Background Color

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

This div background color is #0227dc


#0227dc Border Color

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

This div border color is #0227dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0227dc


Comments

No comments written yet.

Please login to write comment.