Color Hex Logo

#737efd Color Hex

#737EFD
(115,126,253)
0 Favorites   0 Comments

Color spaces of #737efd

RGB 115126253
HSL0.650.970.72
HSV235°55°99°
CMYK 0.550.500.00   0.01
XYZ32.260725.658496.1807
Yxy25.65840.20930.1665
Hunter Lab50.654125.0387-77.1204
CIE-Lab57.711431.0561-64.8104

#737efd color RGB value is (115,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111110 11111101
Octal 163 176 375
Decimal 115 126 253
Hex 73 7E FD

RGB Percentages of Color #737efd

%23.28
%25.51
%51.21

CMYK Percentages of Color #737efd

%55
%50
%0
%1

Triadic Colors of #737efd

#737efd #fd737e #7efd73

Analogous Colors of #737efd

#737efd #ad73fd #73c3fd

Monochromatic Colors of #737efd

#737efd

Complementary Color

#737efd #fdf273

#737efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#737efd Color CSS Codes

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

#737efd Text Font Color

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

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


#737efd Background Color

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

This div background color is #737efd


#737efd Border Color

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

This div border color is #737efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737efd


Comments

No comments written yet.

Please login to write comment.