Color Hex Logo

#074bca Color Hex

#074BCA
(7,75,202)
0 Favorites   0 Comments

Color spaces of #074bca

RGB 775202
HSL0.610.930.41
HSV219°97°79°
CMYK 0.970.630.00   0.21
XYZ13.26449.341656.9811
Yxy9.34160.16670.1174
Hunter Lab30.564023.9797-89.1406
CIE-Lab36.633832.4801-70.4230

#074bca color RGB value is (7,75,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001011 11001010
Octal 7 113 312
Decimal 7 75 202
Hex 7 4B CA

RGB Percentages of Color #074bca

%2.46
%26.41
%71.13

CMYK Percentages of Color #074bca

%97
%63
%0
%21

Triadic Colors of #074bca

#074bca #ca074b #4bca07

Analogous Colors of #074bca

#074bca #2407ca #07adca

Monochromatic Colors of #074bca

#074bca

Complementary Color

#074bca #ca8607

#074bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#074bca Color CSS Codes

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

#074bca Text Font Color

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

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


#074bca Background Color

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

This div background color is #074bca


#074bca Border Color

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

This div border color is #074bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074bca


Comments

No comments written yet.

Please login to write comment.