Color Hex Logo

#075fca Color Hex

#075FCA
(7,95,202)
0 Favorites   0 Comments

Color spaces of #075fca

RGB 795202
HSL0.590.930.41
HSV213°97°79°
CMYK 0.970.530.00   0.21
XYZ14.840512.493957.5065
Yxy12.49390.17490.1473
Hunter Lab35.346713.0874-71.7178
CIE-Lab41.990619.2810-61.6811

#075fca color RGB value is (7,95,202).

#075fca hex color red value is 7, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #075fca hue: 0.59 , saturation: 0.93 and the lightness value of 075fca is 0.41.

The process color (four color CMYK) of #075fca color hex is 0.97, 0.53, 0.00, 0.21. Web safe color of #075fca is #0066cc. Color #075fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011111 11001010
Octal 7 137 312
Decimal 7 95 202
Hex 7 5F CA

RGB Percentages of Color #075fca

%2.30
%31.25
%66.45

CMYK Percentages of Color #075fca

%97
%53
%0
%21

Triadic Colors of #075fca

#075fca #ca075f #5fca07

Analogous Colors of #075fca

#075fca #1107ca #07c1ca

Monochromatic Colors of #075fca

#075fca

Complementary Color

#075fca #ca7207

#075fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#075fca Color CSS Codes

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

#075fca Text Font Color

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

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


#075fca Background Color

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

This div background color is #075fca


#075fca Border Color

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

This div border color is #075fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075fca


Comments

No comments written yet.

Please login to write comment.