Color Hex Logo

#736cfd Color Hex

#736CFD
(115,108,253)
0 Favorites   0 Comments

Color spaces of #736cfd

RGB 115108253
HSL0.670.970.71
HSV243°57°99°
CMYK 0.550.570.00   0.01
XYZ30.162421.461895.4813
Yxy21.46180.20500.1459
Hunter Lab46.326935.1453-89.7699
CIE-Lab53.451241.6868-71.6892

#736cfd color RGB value is (115,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101100 11111101
Octal 163 154 375
Decimal 115 108 253
Hex 73 6C FD

RGB Percentages of Color #736cfd

%24.16
%22.69
%53.15

CMYK Percentages of Color #736cfd

%55
%57
%0
%1

Triadic Colors of #736cfd

#736cfd #fd736c #6cfd73

Analogous Colors of #736cfd

#736cfd #bc6cfd #6caefd

Monochromatic Colors of #736cfd

#736cfd

Complementary Color

#736cfd #f6fd6c

#736cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#736cfd Color CSS Codes

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

#736cfd Text Font Color

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

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


#736cfd Background Color

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

This div background color is #736cfd


#736cfd Border Color

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

This div border color is #736cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736cfd


Comments

No comments written yet.

Please login to write comment.