Color Hex Logo

#074ceb Color Hex

#074CEB
(7,76,235)
0 Favorites   0 Comments

Color spaces of #074ceb

RGB 776235
HSL0.620.940.47
HSV222°97°92°
CMYK 0.970.680.00   0.08
XYZ17.667511.212279.8303
Yxy11.21220.16250.1031
Hunter Lab33.484635.5839-117.9134
CIE-Lab39.935644.2512-83.9023

#074ceb color RGB value is (7,76,235).

#074ceb hex color red value is 7, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #074ceb hue: 0.62 , saturation: 0.94 and the lightness value of 074ceb is 0.47.

The process color (four color CMYK) of #074ceb color hex is 0.97, 0.68, 0.00, 0.08. Web safe color of #074ceb is #0033ff. Color #074ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 11101011
Octal 7 114 353
Decimal 7 76 235
Hex 7 4C EB

RGB Percentages of Color #074ceb

%2.20
%23.90
%73.90

CMYK Percentages of Color #074ceb

%97
%68
%0
%8

Triadic Colors of #074ceb

#074ceb #eb074c #4ceb07

Analogous Colors of #074ceb

#074ceb #3407eb #07beeb

Monochromatic Colors of #074ceb

#074ceb

Complementary Color

#074ceb #eba607

#074ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#074ceb Color CSS Codes

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

#074ceb Text Font Color

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

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


#074ceb Background Color

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

This div background color is #074ceb


#074ceb Border Color

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

This div border color is #074ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,76,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 #074ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074ceb


Comments

No comments written yet.

Please login to write comment.