Color Hex Logo

#074cce Color Hex

#074CCE
(7,76,206)
0 Favorites   0 Comments

Color spaces of #074cce

RGB 776206
HSL0.610.930.42
HSV219°97°81°
CMYK 0.970.630.00   0.19
XYZ13.81269.670359.5311
Yxy9.67030.16640.1165
Hunter Lab31.097124.8655-91.7345
CIE-Lab37.244133.3745-71.7401

#074cce color RGB value is (7,76,206).

#074cce hex color red value is 7, green value is 76 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #074cce hue: 0.61 , saturation: 0.93 and the lightness value of 074cce is 0.42.

The process color (four color CMYK) of #074cce color hex is 0.97, 0.63, 0.00, 0.19. Web safe color of #074cce is #0033cc. Color #074cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 11001110
Octal 7 114 316
Decimal 7 76 206
Hex 7 4C CE

RGB Percentages of Color #074cce

%2.42
%26.30
%71.28

CMYK Percentages of Color #074cce

%97
%63
%0
%19

Triadic Colors of #074cce

#074cce #ce074c #4cce07

Analogous Colors of #074cce

#074cce #2507ce #07b0ce

Monochromatic Colors of #074cce

#074cce

Complementary Color

#074cce #ce8907

#074cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#074cce Color CSS Codes

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

#074cce Text Font Color

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

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


#074cce Background Color

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

This div background color is #074cce


#074cce Border Color

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

This div border color is #074cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,76,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074cce


Comments

No comments written yet.

Please login to write comment.