Color Hex Logo

#005fcf Color Hex

#005FCF
(0,95,207)
0 Favorites   0 Comments

Color spaces of #005fcf

RGB 095207
HSL0.591.000.41
HSV212°100°81°
CMYK 1.000.540.00   0.19
XYZ15.354712.689460.6715
Yxy12.68940.17310.1430
Hunter Lab35.622214.6024-76.0469
CIE-Lab42.291521.0583-64.0754

#005fcf color RGB value is (0,95,207).

#005fcf hex color red value is 0, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #005fcf hue: 0.59 , saturation: 1.00 and the lightness value of 005fcf is 0.41.

The process color (four color CMYK) of #005fcf color hex is 1.00, 0.54, 0.00, 0.19. Web safe color of #005fcf is #0066cc. Color #005fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 11001111
Octal 0 137 317
Decimal 0 95 207
Hex 0 5F CF

RGB Percentages of Color #005fcf

%0.00
%31.46
%68.54

CMYK Percentages of Color #005fcf

%100
%54
%0
%19

Triadic Colors of #005fcf

#005fcf #cf005f #5fcf00

Analogous Colors of #005fcf

#005fcf #0900cf #00c7cf

Monochromatic Colors of #005fcf

#005fcf

Complementary Color

#005fcf #cf7000

#005fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#005fcf Color CSS Codes

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

#005fcf Text Font Color

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

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


#005fcf Background Color

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

This div background color is #005fcf


#005fcf Border Color

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

This div border color is #005fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,95,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 #005fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005fcf


Comments

No comments written yet.

Please login to write comment.