Color Hex Logo

#075bff Color Hex

#075BFF
(7,91,255)
0 Favorites   0 Comments

Color spaces of #075bff

RGB 791255
HSL0.611.000.51
HSV220°97°100°
CMYK 0.970.640.00   0.00
XYZ21.878714.747396.3011
Yxy14.74730.16460.1109
Hunter Lab38.402234.4920-121.7998
CIE-Lab45.286142.2655-86.3133

#075bff color RGB value is (7,91,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011011 11111111
Octal 7 133 377
Decimal 7 91 255
Hex 7 5B FF

RGB Percentages of Color #075bff

%1.98
%25.78
%72.24

CMYK Percentages of Color #075bff

%97
%64
%0
%0

Triadic Colors of #075bff

#075bff #ff075b #5bff07

Analogous Colors of #075bff

#075bff #2f07ff #07d7ff

Monochromatic Colors of #075bff

#075bff

Complementary Color

#075bff #ffab07

#075bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#075bff Color CSS Codes

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

#075bff Text Font Color

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

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


#075bff Background Color

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

This div background color is #075bff


#075bff Border Color

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

This div border color is #075bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075bff


Comments

No comments written yet.

Please login to write comment.