Color Hex Logo

#0754ce Color Hex

#0754CE
(7,84,206)
0 Favorites   0 Comments

Color spaces of #0754ce

RGB 784206
HSL0.600.930.42
HSV217°97°81°
CMYK 0.970.590.00   0.19
XYZ14.398510.842059.7264
Yxy10.84200.16950.1276
Hunter Lab32.927220.4324-84.4967
CIE-Lab39.313128.1219-68.3515

#0754ce color RGB value is (7,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010100 11001110
Octal 7 124 316
Decimal 7 84 206
Hex 7 54 CE

RGB Percentages of Color #0754ce

%2.36
%28.28
%69.36

CMYK Percentages of Color #0754ce

%97
%59
%0
%19

Triadic Colors of #0754ce

#0754ce #ce0754 #54ce07

Analogous Colors of #0754ce

#0754ce #1d07ce #07b8ce

Monochromatic Colors of #0754ce

#0754ce

Complementary Color

#0754ce #ce8107

#0754ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0754ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0754ce Color CSS Codes

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

#0754ce Text Font Color

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

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


#0754ce Background Color

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

This div background color is #0754ce


#0754ce Border Color

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

This div border color is #0754ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0754ce


Comments

No comments written yet.

Please login to write comment.