Color Hex Logo

#0754cf Color Hex

#0754CF
(7,84,207)
0 Favorites   0 Comments

Color spaces of #0754cf

RGB 784207
HSL0.600.930.42
HSV217°97°81°
CMYK 0.970.590.00   0.19
XYZ14.520410.890860.3683
Yxy10.89080.16930.1270
Hunter Lab33.001220.7872-85.3569
CIE-Lab39.395928.5148-68.7931

#0754cf color RGB value is (7,84,207).

#0754cf hex color red value is 7, green value is 84 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0754cf hue: 0.60 , saturation: 0.93 and the lightness value of 0754cf is 0.42.

The process color (four color CMYK) of #0754cf color hex is 0.97, 0.59, 0.00, 0.19. Web safe color of #0754cf is #0066cc. Color #0754cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010100 11001111
Octal 7 124 317
Decimal 7 84 207
Hex 7 54 CF

RGB Percentages of Color #0754cf

%2.35
%28.19
%69.46

CMYK Percentages of Color #0754cf

%97
%59
%0
%19

Triadic Colors of #0754cf

#0754cf #cf0754 #54cf07

Analogous Colors of #0754cf

#0754cf #1e07cf #07b8cf

Monochromatic Colors of #0754cf

#0754cf

Complementary Color

#0754cf #cf8207

#0754cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0754cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0754cf Color CSS Codes

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

#0754cf Text Font Color

<p style="color:#0754cf">Text here</p>

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


#0754cf Background Color

<div style="background-color:#0754cf">
Div content here</div>

This div background color is #0754cf


#0754cf Border Color

<div style="border:3px solid #0754cf">
Div here</div>

This div border color is #0754cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,84,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0754cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0754cf;
  -webkit-box-shadow: 1px 1px 3px 2px #0754cf;
  box-shadow:         1px 1px 3px 2px #0754cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0754cf


Comments

No comments written yet.

Please login to write comment.