Color Hex Logo

#736bfe Color Hex

#736BFE
(115,107,254)
0 Favorites   0 Comments

Color spaces of #736bfe

RGB 115107254
HSL0.680.990.71
HSV243°58°100°
CMYK 0.550.580.00   0.00
XYZ30.217321.316096.2877
Yxy21.31600.20440.1442
Hunter Lab46.169336.0302-91.3330
CIE-Lab53.293642.5730-72.4983

#736bfe color RGB value is (115,107,254).

#736bfe hex color red value is 115, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #736bfe hue: 0.68 , saturation: 0.99 and the lightness value of 736bfe is 0.71.

The process color (four color CMYK) of #736bfe color hex is 0.55, 0.58, 0.00, 0.00. Web safe color of #736bfe is #6666ff. Color #736bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101011 11111110
Octal 163 153 376
Decimal 115 107 254
Hex 73 6B FE

RGB Percentages of Color #736bfe

%24.16
%22.48
%53.36

CMYK Percentages of Color #736bfe

%55
%58
%0
%0

Triadic Colors of #736bfe

#736bfe #fe736b #6bfe73

Analogous Colors of #736bfe

#736bfe #bd6bfe #6badfe

Monochromatic Colors of #736bfe

#736bfe

Complementary Color

#736bfe #f6fe6b

#736bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#736bfe Color CSS Codes

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

#736bfe Text Font Color

<p style="color:#736bfe">Text here</p>

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


#736bfe Background Color

<div style="background-color:#736bfe">
Div content here</div>

This div background color is #736bfe


#736bfe Border Color

<div style="border:3px solid #736bfe">
Div here</div>

This div border color is #736bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,107,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #736bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #736bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #736bfe;
  box-shadow:         1px 1px 3px 2px #736bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,107,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736bfe


Comments

No comments written yet.

Please login to write comment.