Color Hex Logo

#065ebe Color Hex

#065EBE
(6,94,190)
0 Favorites   0 Comments

Color spaces of #065ebe

RGB 694190
HSL0.590.940.38
HSV211°97°75°
CMYK 0.970.510.00   0.25
XYZ13.372111.761850.2807
Yxy11.76180.17730.1560
Hunter Lab34.29559.5816-62.9184
CIE-Lab40.835015.0716-56.5971

#065ebe color RGB value is (6,94,190).

#065ebe hex color red value is 6, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #065ebe hue: 0.59 , saturation: 0.94 and the lightness value of 065ebe is 0.38.

The process color (four color CMYK) of #065ebe color hex is 0.97, 0.51, 0.00, 0.25. Web safe color of #065ebe is #0066cc. Color #065ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011110 10111110
Octal 6 136 276
Decimal 6 94 190
Hex 6 5E BE

RGB Percentages of Color #065ebe

%2.07
%32.41
%65.52

CMYK Percentages of Color #065ebe

%97
%51
%0
%25

Triadic Colors of #065ebe

#065ebe #be065e #5ebe06

Analogous Colors of #065ebe

#065ebe #0a06be #06babe

Monochromatic Colors of #065ebe

#065ebe

Complementary Color

#065ebe #be6606

#065ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#065ebe Color CSS Codes

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

#065ebe Text Font Color

<p style="color:#065ebe">Text here</p>

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


#065ebe Background Color

<div style="background-color:#065ebe">
Div content here</div>

This div background color is #065ebe


#065ebe Border Color

<div style="border:3px solid #065ebe">
Div here</div>

This div border color is #065ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,94,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #065ebe;
  box-shadow:         1px 1px 3px 2px #065ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065ebe


Comments

No comments written yet.

Please login to write comment.