Color Hex Logo

#617bfd Color Hex

#617BFD
(97,123,253)
0 Favorites   0 Comments

Color spaces of #617bfd

RGB 97123253
HSL0.640.980.69
HSV230°62°99°
CMYK 0.620.510.00   0.01
XYZ29.742323.799295.9546
Yxy23.79920.19900.1592
Hunter Lab48.784423.4530-82.4690
CIE-Lab55.886229.6006-67.8068

#617bfd color RGB value is (97,123,253).

#617bfd hex color red value is 97, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #617bfd hue: 0.64 , saturation: 0.98 and the lightness value of 617bfd is 0.69.

The process color (four color CMYK) of #617bfd color hex is 0.62, 0.51, 0.00, 0.01. Web safe color of #617bfd is #6666ff. Color #617bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111011 11111101
Octal 141 173 375
Decimal 97 123 253
Hex 61 7B FD

RGB Percentages of Color #617bfd

%20.51
%26.00
%53.49

CMYK Percentages of Color #617bfd

%62
%51
%0
%1

Triadic Colors of #617bfd

#617bfd #fd617b #7bfd61

Analogous Colors of #617bfd

#617bfd #9561fd #61c9fd

Monochromatic Colors of #617bfd

#617bfd

Complementary Color

#617bfd #fde361

#617bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#617bfd Color CSS Codes

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

#617bfd Text Font Color

<p style="color:#617bfd">Text here</p>

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


#617bfd Background Color

<div style="background-color:#617bfd">
Div content here</div>

This div background color is #617bfd


#617bfd Border Color

<div style="border:3px solid #617bfd">
Div here</div>

This div border color is #617bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,123,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #617bfd;
  box-shadow:         1px 1px 3px 2px #617bfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,123,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617bfd


Comments

No comments written yet.

Please login to write comment.