Color Hex Logo

#738cfd Color Hex

#738CFD
(115,140,253)
0 Favorites   0 Comments

Color spaces of #738cfd

RGB 115140253
HSL0.640.970.72
HSV229°55°99°
CMYK 0.550.450.00   0.01
XYZ34.177929.492996.8198
Yxy29.49290.21300.1838
Hunter Lab54.307417.2996-67.6877
CIE-Lab61.214222.7343-59.1951

#738cfd color RGB value is (115,140,253).

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

The process color (four color CMYK) of #738cfd color hex is 0.55, 0.45, 0.00, 0.01. Web safe color of #738cfd is #6699ff. Color #738cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001100 11111101
Octal 163 214 375
Decimal 115 140 253
Hex 73 8C FD

RGB Percentages of Color #738cfd

%22.64
%27.56
%49.80

CMYK Percentages of Color #738cfd

%55
%45
%0
%1

Triadic Colors of #738cfd

#738cfd #fd738c #8cfd73

Analogous Colors of #738cfd

#738cfd #9f73fd #73d1fd

Monochromatic Colors of #738cfd

#738cfd

Complementary Color

#738cfd #fde473

#738cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#738cfd Color CSS Codes

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

#738cfd Text Font Color

<p style="color:#738cfd">Text here</p>

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


#738cfd Background Color

<div style="background-color:#738cfd">
Div content here</div>

This div background color is #738cfd


#738cfd Border Color

<div style="border:3px solid #738cfd">
Div here</div>

This div border color is #738cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738cfd


Comments

No comments written yet.

Please login to write comment.