Color Hex Logo

#0075bc Color Hex

#0075BC
(0,117,188)
0 Favorites   0 Comments

Color spaces of #0075bc

RGB 0117188
HSL0.561.000.37
HSV203°100°74°
CMYK 1.000.380.00   0.26
XYZ15.438416.353449.9198
Yxy16.35340.18890.2001
Hunter Lab40.4393-2.6235-44.8822
CIE-Lab47.4348-0.6172-44.8474

#0075bc color RGB value is (0,117,188).

#0075bc hex color red value is 0, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0075bc hue: 0.56 , saturation: 1.00 and the lightness value of 0075bc is 0.37.

The process color (four color CMYK) of #0075bc color hex is 1.00, 0.38, 0.00, 0.26. Web safe color of #0075bc is #0066cc. Color #0075bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110101 10111100
Octal 0 165 274
Decimal 0 117 188
Hex 0 75 BC

RGB Percentages of Color #0075bc

%0.00
%38.36
%61.64

CMYK Percentages of Color #0075bc

%100
%38
%0
%26

Triadic Colors of #0075bc

#0075bc #bc0075 #75bc00

Analogous Colors of #0075bc

#0075bc #0017bc #00bca5

Monochromatic Colors of #0075bc

#0075bc

Complementary Color

#0075bc #bc4700

#0075bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0075bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0075bc Color CSS Codes

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

#0075bc Text Font Color

<p style="color:#0075bc">Text here</p>

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


#0075bc Background Color

<div style="background-color:#0075bc">
Div content here</div>

This div background color is #0075bc


#0075bc Border Color

<div style="border:3px solid #0075bc">
Div here</div>

This div border color is #0075bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,117,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0075bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0075bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0075bc;
  box-shadow:         1px 1px 3px 2px #0075bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,117,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0075bc


Comments

No comments written yet.

Please login to write comment.