Color Hex Logo

#075bfd Color Hex

#075BFD
(7,91,253)
0 Favorites   0 Comments

Color spaces of #075bfd

RGB 791253
HSL0.610.980.51
HSV220°97°99°
CMYK 0.970.640.00   0.01
XYZ21.558314.619294.6140
Yxy14.61920.16480.1118
Hunter Lab38.235133.7333-119.9506
CIE-Lab45.108241.5294-85.4924

#075bfd color RGB value is (7,91,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011011 11111101
Octal 7 133 375
Decimal 7 91 253
Hex 7 5B FD

RGB Percentages of Color #075bfd

%1.99
%25.93
%72.08

CMYK Percentages of Color #075bfd

%97
%64
%0
%1

Triadic Colors of #075bfd

#075bfd #fd075b #5bfd07

Analogous Colors of #075bfd

#075bfd #2e07fd #07d6fd

Monochromatic Colors of #075bfd

#075bfd

Complementary Color

#075bfd #fda907

#075bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#075bfd Color CSS Codes

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

#075bfd Text Font Color

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

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


#075bfd Background Color

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

This div background color is #075bfd


#075bfd Border Color

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

This div border color is #075bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075bfd


Comments

No comments written yet.

Please login to write comment.