Color Hex Logo

#080fcf Color Hex

#080FCF
(8,15,207)
0 Favorites   0 Comments

Color spaces of #080fcf

RGB 815207
HSL0.660.930.42
HSV238°96°81°
CMYK 0.960.930.00   0.19
XYZ11.53344.898359.3691
Yxy4.89830.15220.0646
Hunter Lab22.132154.2881-143.5522
CIE-Lab26.443064.5945-90.2141

#080fcf color RGB value is (8,15,207).

#080fcf hex color red value is 8, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #080fcf hue: 0.66 , saturation: 0.93 and the lightness value of 080fcf is 0.42.

The process color (four color CMYK) of #080fcf color hex is 0.96, 0.93, 0.00, 0.19. Web safe color of #080fcf is #0000cc. Color #080fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001111 11001111
Octal 10 17 317
Decimal 8 15 207
Hex 8 F CF

RGB Percentages of Color #080fcf

%3.48
%6.52
%90.00

CMYK Percentages of Color #080fcf

%96
%93
%0
%19

Triadic Colors of #080fcf

#080fcf #cf080f #0fcf08

Analogous Colors of #080fcf

#080fcf #6508cf #0873cf

Monochromatic Colors of #080fcf

#080fcf

Complementary Color

#080fcf #cfc808

#080fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#080fcf Color CSS Codes

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

#080fcf Text Font Color

<p style="color:#080fcf">Text here</p>

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


#080fcf Background Color

<div style="background-color:#080fcf">
Div content here</div>

This div background color is #080fcf


#080fcf Border Color

<div style="border:3px solid #080fcf">
Div here</div>

This div border color is #080fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,15,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #080fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #080fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #080fcf;
  box-shadow:         1px 1px 3px 2px #080fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,15,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080fcf


Comments

No comments written yet.

Please login to write comment.