Color Hex Logo

#075fce Color Hex

#075FCE
(7,95,206)
0 Favorites   0 Comments

Color spaces of #075fce

RGB 795206
HSL0.590.930.42
HSV213°97°81°
CMYK 0.970.540.00   0.19
XYZ15.320412.685860.0337
Yxy12.68580.17400.1441
Hunter Lab35.617114.4502-75.0030
CIE-Lab42.286020.8791-63.5061

#075fce color RGB value is (7,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011111 11001110
Octal 7 137 316
Decimal 7 95 206
Hex 7 5F CE

RGB Percentages of Color #075fce

%2.27
%30.84
%66.88

CMYK Percentages of Color #075fce

%97
%54
%0
%19

Triadic Colors of #075fce

#075fce #ce075f #5fce07

Analogous Colors of #075fce

#075fce #1307ce #07c3ce

Monochromatic Colors of #075fce

#075fce

Complementary Color

#075fce #ce7607

#075fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#075fce Color CSS Codes

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

#075fce Text Font Color

<p style="color:#075fce">Text here</p>

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


#075fce Background Color

<div style="background-color:#075fce">
Div content here</div>

This div background color is #075fce


#075fce Border Color

<div style="border:3px solid #075fce">
Div here</div>

This div border color is #075fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075fce


Comments

No comments written yet.

Please login to write comment.