Color Hex Logo

#0627dc Color Hex

#0627DC
(6,39,220)
0 Favorites   0 Comments

Color spaces of #0627dc

RGB 639220
HSL0.640.950.44
HSV231°97°86°
CMYK 0.970.820.00   0.14
XYZ13.71896.657168.2720
Yxy6.65710.15480.0751
Hunter Lab25.801449.7583-138.8241
CIE-Lab31.013259.6360-90.1246

#0627dc color RGB value is (6,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100111 11011100
Octal 6 47 334
Decimal 6 39 220
Hex 6 27 DC

RGB Percentages of Color #0627dc

%2.26
%14.72
%83.02

CMYK Percentages of Color #0627dc

%97
%82
%0
%14

Triadic Colors of #0627dc

#0627dc #dc0627 #27dc06

Analogous Colors of #0627dc

#0627dc #5006dc #0692dc

Monochromatic Colors of #0627dc

#0627dc

Complementary Color

#0627dc #dcbb06

#0627dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0627dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0627dc Color CSS Codes

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

#0627dc Text Font Color

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

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


#0627dc Background Color

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

This div background color is #0627dc


#0627dc Border Color

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

This div border color is #0627dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0627dc


Comments

No comments written yet.

Please login to write comment.