Color Hex Logo

#065cef Color Hex

#065CEF
(6,92,239)
0 Favorites   0 Comments

Color spaces of #065cef

RGB 692239
HSL0.610.950.48
HSV218°97°94°
CMYK 0.970.620.00   0.06
XYZ19.482213.925083.3223
Yxy13.92500.16690.1193
Hunter Lab37.316227.8886-106.2656
CIE-Lab44.125235.6459-79.2710

#065cef color RGB value is (6,92,239).

#065cef hex color red value is 6, green value is 92 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #065cef hue: 0.61 , saturation: 0.95 and the lightness value of 065cef is 0.48.

The process color (four color CMYK) of #065cef color hex is 0.97, 0.62, 0.00, 0.06. Web safe color of #065cef is #0066ff. Color #065cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011100 11101111
Octal 6 134 357
Decimal 6 92 239
Hex 6 5C EF

RGB Percentages of Color #065cef

%1.78
%27.30
%70.92

CMYK Percentages of Color #065cef

%97
%62
%0
%6

Triadic Colors of #065cef

#065cef #ef065c #5cef06

Analogous Colors of #065cef

#065cef #2406ef #06d1ef

Monochromatic Colors of #065cef

#065cef

Complementary Color

#065cef #ef9906

#065cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#065cef Color CSS Codes

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

#065cef Text Font Color

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

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


#065cef Background Color

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

This div background color is #065cef


#065cef Border Color

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

This div border color is #065cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065cef


Comments

No comments written yet.

Please login to write comment.