Color Hex Logo

#65a7f7 Color Hex

#65A7F7
(101,167,247)
0 Favorites   0 Comments

Color spaces of #65a7f7

RGB 101167247
HSL0.590.900.68
HSV213°59°97°
CMYK 0.590.320.00   0.03
XYZ35.974037.119593.2644
Yxy37.11950.21620.2231
Hunter Lab60.9258-1.2237-48.1123
CIE-Lab67.36662.3376-46.2040

#65a7f7 color RGB value is (101,167,247).

#65a7f7 hex color red value is 101, green value is 167 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #65a7f7 hue: 0.59 , saturation: 0.90 and the lightness value of 65a7f7 is 0.68.

The process color (four color CMYK) of #65a7f7 color hex is 0.59, 0.32, 0.00, 0.03. Web safe color of #65a7f7 is #6699ff. Color #65a7f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10100111 11110111
Octal 145 247 367
Decimal 101 167 247
Hex 65 A7 F7

RGB Percentages of Color #65a7f7

%19.61
%32.43
%47.96

CMYK Percentages of Color #65a7f7

%59
%32
%0
%3

Triadic Colors of #65a7f7

#65a7f7 #f765a7 #a7f765

Analogous Colors of #65a7f7

#65a7f7 #6c65f7 #65f0f7

Monochromatic Colors of #65a7f7

#65a7f7

Complementary Color

#65a7f7 #f7b565

#65a7f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65a7f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65a7f7 Color CSS Codes

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

#65a7f7 Text Font Color

<p style="color:#65a7f7">Text here</p>

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


#65a7f7 Background Color

<div style="background-color:#65a7f7">
Div content here</div>

This div background color is #65a7f7


#65a7f7 Border Color

<div style="border:3px solid #65a7f7">
Div here</div>

This div border color is #65a7f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,167,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65a7f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65a7f7;
  -webkit-box-shadow: 1px 1px 3px 2px #65a7f7;
  box-shadow:         1px 1px 3px 2px #65a7f7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65a7f7


Comments

No comments written yet.

Please login to write comment.