Color Hex Logo

#749ceb Color Hex

#749CEB
(116,156,235)
0 Favorites   0 Comments

Color spaces of #749ceb

RGB 116156235
HSL0.610.750.69
HSV220°51°92°
CMYK 0.510.340.00   0.08
XYZ34.086333.488183.2646
Yxy33.48810.22600.2220
Hunter Lab57.86893.8706-44.8011
CIE-Lab64.55428.0198-44.0063

#749ceb color RGB value is (116,156,235).

#749ceb hex color red value is 116, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #749ceb hue: 0.61 , saturation: 0.75 and the lightness value of 749ceb is 0.69.

The process color (four color CMYK) of #749ceb color hex is 0.51, 0.34, 0.00, 0.08. Web safe color of #749ceb is #6699ff. Color #749ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 11101011
Octal 164 234 353
Decimal 116 156 235
Hex 74 9C EB

RGB Percentages of Color #749ceb

%22.88
%30.77
%46.35

CMYK Percentages of Color #749ceb

%51
%34
%0
%8

Triadic Colors of #749ceb

#749ceb #eb749c #9ceb74

Analogous Colors of #749ceb

#749ceb #8874eb #74d8eb

Monochromatic Colors of #749ceb

#749ceb

Complementary Color

#749ceb #ebc374

#749ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ceb Color CSS Codes

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

#749ceb Text Font Color

<p style="color:#749ceb">Text here</p>

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


#749ceb Background Color

<div style="background-color:#749ceb">
Div content here</div>

This div background color is #749ceb


#749ceb Border Color

<div style="border:3px solid #749ceb">
Div here</div>

This div border color is #749ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,156,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #749ceb;
  box-shadow:         1px 1px 3px 2px #749ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,156,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ceb


Comments

No comments written yet.

Please login to write comment.