Color Hex Logo

#738bfd Color Hex

#738BFD
(115,139,253)
0 Favorites   0 Comments

Color spaces of #738bfd

RGB 115139253
HSL0.640.970.72
HSV230°55°99°
CMYK 0.550.450.00   0.01
XYZ34.032529.201996.7713
Yxy29.20190.21270.1825
Hunter Lab54.038817.8477-68.3479
CIE-Lab60.959423.3276-59.6023

#738bfd color RGB value is (115,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 11111101
Octal 163 213 375
Decimal 115 139 253
Hex 73 8B FD

RGB Percentages of Color #738bfd

%22.68
%27.42
%49.90

CMYK Percentages of Color #738bfd

%55
%45
%0
%1

Triadic Colors of #738bfd

#738bfd #fd738b #8bfd73

Analogous Colors of #738bfd

#738bfd #a073fd #73d0fd

Monochromatic Colors of #738bfd

#738bfd

Complementary Color

#738bfd #fde573

#738bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bfd Color CSS Codes

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

#738bfd Text Font Color

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

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


#738bfd Background Color

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

This div background color is #738bfd


#738bfd Border Color

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

This div border color is #738bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bfd


Comments

No comments written yet.

Please login to write comment.