Color Hex Logo

#737afd Color Hex

#737AFD
(115,122,253)
0 Favorites   0 Comments

Color spaces of #737afd

RGB 115122253
HSL0.660.970.72
HSV237°55°99°
CMYK 0.550.520.00   0.01
XYZ31.759424.655896.0136
Yxy24.65580.20840.1618
Hunter Lab49.654627.2742-79.8867
CIE-Lab56.738533.4335-66.3765

#737afd color RGB value is (115,122,253).

#737afd hex color red value is 115, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #737afd hue: 0.66 , saturation: 0.97 and the lightness value of 737afd is 0.72.

The process color (four color CMYK) of #737afd color hex is 0.55, 0.52, 0.00, 0.01. Web safe color of #737afd is #6666ff. Color #737afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111010 11111101
Octal 163 172 375
Decimal 115 122 253
Hex 73 7A FD

RGB Percentages of Color #737afd

%23.47
%24.90
%51.63

CMYK Percentages of Color #737afd

%55
%52
%0
%1

Triadic Colors of #737afd

#737afd #fd737a #7afd73

Analogous Colors of #737afd

#737afd #b173fd #73bffd

Monochromatic Colors of #737afd

#737afd

Complementary Color

#737afd #fdf673

#737afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#737afd Color CSS Codes

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

#737afd Text Font Color

<p style="color:#737afd">Text here</p>

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


#737afd Background Color

<div style="background-color:#737afd">
Div content here</div>

This div background color is #737afd


#737afd Border Color

<div style="border:3px solid #737afd">
Div here</div>

This div border color is #737afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,122,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #737afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #737afd;
  -webkit-box-shadow: 1px 1px 3px 2px #737afd;
  box-shadow:         1px 1px 3px 2px #737afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,122,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 #737afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737afd


Comments

No comments written yet.

Please login to write comment.