Color Hex Logo

#075eca Color Hex

#075ECA
(7,94,202)
0 Favorites   0 Comments

Color spaces of #075eca

RGB 794202
HSL0.590.930.41
HSV213°97°79°
CMYK 0.970.530.00   0.21
XYZ14.751012.314857.4767
Yxy12.31480.17450.1457
Hunter Lab35.092413.6201-72.5443
CIE-Lab41.712119.9388-62.1333

#075eca color RGB value is (7,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 11001010
Octal 7 136 312
Decimal 7 94 202
Hex 7 5E CA

RGB Percentages of Color #075eca

%2.31
%31.02
%66.67

CMYK Percentages of Color #075eca

%97
%53
%0
%21

Triadic Colors of #075eca

#075eca #ca075e #5eca07

Analogous Colors of #075eca

#075eca #1207ca #07c0ca

Monochromatic Colors of #075eca

#075eca

Complementary Color

#075eca #ca7307

#075eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#075eca Color CSS Codes

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

#075eca Text Font Color

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

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


#075eca Background Color

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

This div background color is #075eca


#075eca Border Color

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

This div border color is #075eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,94,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 #075eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075eca


Comments

No comments written yet.

Please login to write comment.