Color Hex Logo

#075ffc Color Hex

#075FFC
(7,95,252)
0 Favorites   0 Comments

Color spaces of #075ffc

RGB 795252
HSL0.610.980.51
HSV218°97°99°
CMYK 0.970.620.00   0.01
XYZ21.750515.257993.8941
Yxy15.25790.16620.1166
Hunter Lab39.061431.0366-115.1759
CIE-Lab45.985438.6516-83.4946

#075ffc color RGB value is (7,95,252).

#075ffc hex color red value is 7, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #075ffc hue: 0.61 , saturation: 0.98 and the lightness value of 075ffc is 0.51.

The process color (four color CMYK) of #075ffc color hex is 0.97, 0.62, 0.00, 0.01. Web safe color of #075ffc is #0066ff. Color #075ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011111 11111100
Octal 7 137 374
Decimal 7 95 252
Hex 7 5F FC

RGB Percentages of Color #075ffc

%1.98
%26.84
%71.19

CMYK Percentages of Color #075ffc

%97
%62
%0
%1

Triadic Colors of #075ffc

#075ffc #fc075f #5ffc07

Analogous Colors of #075ffc

#075ffc #2907fc #07dafc

Monochromatic Colors of #075ffc

#075ffc

Complementary Color

#075ffc #fca407

#075ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#075ffc Color CSS Codes

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

#075ffc Text Font Color

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

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


#075ffc Background Color

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

This div background color is #075ffc


#075ffc Border Color

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

This div border color is #075ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075ffc


Comments

No comments written yet.

Please login to write comment.